Revision 67ebc397
Von Niklas Schmidt vor 4 Monaten hinzugefügt
- ID 67ebc3974b2d5045b536e51e64c5615565d021cb
- Vorgänger 64a0ac19
SL/Controller/DeliveryOrder.pm | ||
---|---|---|
WAREHOUSES => !$delivered ? SL::DB::Manager::Warehouse->get_all(query => [ or => [ invalid => 0, invalid => undef ]], with_objects=> ["bins",]) : [],
|
||
part => $part,
|
||
do_qty => $qty,
|
||
do_unit => $unit->unit,
|
||
do_unit => $unit->name,
|
||
delivered => $self->order->delivered,
|
||
row => $row,
|
||
item_id => $item_id,
|
Auch abrufbar als: Unified diff
FIX: S:C:DeliveryOrder: instances of SL::DB::Unit have attribute $name