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