Revision 6cde4d1d
Von Moritz Bunkus vor mehr als 10 Jahren hinzugefügt
SL/DB/MetaSetup/DeliveryOrderItem.pm | ||
---|---|---|
63 | 63 |
class => 'SL::DB::Project', |
64 | 64 |
key_columns => { project_id => 'id' }, |
65 | 65 |
}, |
66 |
|
|
67 |
unit_obj => { |
|
68 |
class => 'SL::DB::Unit', |
|
69 |
key_columns => { unit => 'name' }, |
|
70 |
}, |
|
66 | 71 |
); |
67 | 72 |
|
68 | 73 |
1; |
Auch abrufbar als: Unified diff
Fremschlüssel für »unit« in Tabellen orderitems, delivery_order_items, invoice