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