Revision 4bcf8804
Von Sven Schöling vor mehr als 11 Jahren hinzugefügt
SL/DB/MetaSetup/Part.pm | ||
---|---|---|
67 | 67 |
key_columns => { buchungsgruppen_id => 'id' }, |
68 | 68 |
}, |
69 | 69 |
|
70 |
partsgroup => { |
|
71 |
class => 'SL::DB::PartsGroup', |
|
72 |
key_columns => { partsgroup_id => 'id' }, |
|
73 |
}, |
|
74 |
|
|
75 |
payment => { |
|
76 |
class => 'SL::DB::PaymentTerm', |
|
77 |
key_columns => { payment_id => 'id' }, |
|
78 |
}, |
|
79 |
|
|
80 |
price_factor => { |
|
81 |
class => 'SL::DB::PriceFactor', |
|
82 |
key_columns => { price_factor_id => 'id' }, |
|
83 |
}, |
|
84 |
|
|
70 | 85 |
unit_obj => { |
71 | 86 |
class => 'SL::DB::Unit', |
72 | 87 |
key_columns => { unit => 'name' }, |
Auch abrufbar als: Unified diff
MetaSetup: Folgerun um die Foreign Keys umzudrehen