Revision 4bcf8804
Von Sven Schöling vor mehr als 11 Jahren hinzugefügt
SL/DB/MetaSetup/PeriodicInvoicesConfig.pm | ||
---|---|---|
35 | 35 |
class => 'SL::DB::Order', |
36 | 36 |
key_columns => { oe_id => 'id' }, |
37 | 37 |
}, |
38 |
); |
|
39 | 38 |
|
40 |
__PACKAGE__->meta->relationships( |
|
41 |
ars => { |
|
42 |
map_class => 'SL::DB::PeriodicInvoice', |
|
43 |
map_from => 'config', |
|
44 |
map_to => 'ar', |
|
45 |
type => 'many to many', |
|
39 |
printer => { |
|
40 |
class => 'SL::DB::Printer', |
|
41 |
key_columns => { printer_id => 'id' }, |
|
46 | 42 |
}, |
47 | 43 |
); |
48 | 44 |
|
Auch abrufbar als: Unified diff
MetaSetup: Folgerun um die Foreign Keys umzudrehen