Revision c2075a3c
Von Sven Schöling vor etwa 3 Jahren hinzugefügt
SL/DB/DeliveryOrderItemsStock.pm | ||
---|---|---|
13 | 13 |
class => 'SL::DB::Inventory', |
14 | 14 |
column_map => { id => 'delivery_order_items_stock_id' }, |
15 | 15 |
}, |
16 |
unit_obj => { |
|
17 |
type => 'many to one', |
|
18 |
class => 'SL::DB::Unit', |
|
19 |
column_map => { unit => 'name' }, |
|
20 |
}, |
|
16 | 21 |
); |
17 | 22 |
|
18 | 23 |
__PACKAGE__->meta->initialize; |
Auch abrufbar als: Unified diff
DeliveryOrder: stock roundtrip