Revision e20ce3b5
Von Niklas Schmidt vor 4 Monaten hinzugefügt
| 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