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