Revision 39e13b0f
Von Moritz Bunkus vor mehr als 13 Jahren hinzugefügt
SL/DB/Vendor.pm | ||
---|---|---|
26 | 26 |
class => 'SL::DB::Business', |
27 | 27 |
column_map => { business_id => 'id' }, |
28 | 28 |
}, |
29 |
custom_variables => { |
|
30 |
type => 'one to many', |
|
31 |
class => 'SL::DB::CustomVariable', |
|
32 |
column_map => { id => 'trans_id' }, |
|
33 |
query_args => [ config_id => [ \"(SELECT custom_variable_configs.id FROM custom_variable_configs WHERE custom_variable_configs.module = 'CT')" ] ], |
|
34 |
}, |
|
29 | 35 |
); |
30 | 36 |
|
31 | 37 |
__PACKAGE__->meta->make_manager_class; |
Auch abrufbar als: Unified diff
Verknüpfungen Parts/Customers/Vendors -> Custom Variables