Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 325c539c

Von Moritz Bunkus vor mehr als 10 Jahren hinzugefügt

  • ID 325c539c21187087e5540646c3c4e9cabd52ee84
  • Vorgänger a60c6759
  • Nachfolger c6bdeb99

Rose-Models Einkauf/Verkauf: Relationships für angepasste Lieferadressen

Unterschiede anzeigen:

SL/DB/Invoice.pm
38 38
    column_map      => { id => 'ar_id' },
39 39
    manager_args    => { with_objects => [ 'sepa_export' ] }
40 40
  },
41
  custom_shipto     => {
42
    type            => 'one to one',
43
    class           => 'SL::DB::Shipto',
44
    column_map      => { id => 'trans_id' },
45
    query_args      => [ module => 'AR' ],
46
  },
41 47
);
42 48

  
43 49
__PACKAGE__->meta->initialize;

Auch abrufbar als: Unified diff