Revision 9e152755
Von Moritz Bunkus vor mehr als 13 Jahren hinzugefügt
SL/DB/Customer.pm | ||
---|---|---|
14 | 14 |
class => 'SL::DB::Shipto', |
15 | 15 |
column_map => { id => 'trans_id' }, |
16 | 16 |
manager_args => { sort_by => 'lower(shipto.shiptoname)' }, |
17 |
query_args => [ 'module' => 'CT' ], |
|
17 |
query_args => [ module => 'CT' ], |
|
18 |
}, |
|
19 |
contacts => { |
|
20 |
type => 'one to many', |
|
21 |
class => 'SL::DB::Contact', |
|
22 |
column_map => { id => 'cp_cv_id' }, |
|
23 |
manager_args => { sort_by => 'lower(contacts.cp_name)' }, |
|
18 | 24 |
}, |
19 | 25 |
business => { |
20 | 26 |
type => 'one to one', |
Auch abrufbar als: Unified diff
Import von Lieferadressen.