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