Skip to content

Commit

Permalink
FIX: S:C:DeliveryOrder: instances of SL::DB::Unit have attribute $name
Browse files Browse the repository at this point in the history
  • Loading branch information
kiviniklas committed Jan 3, 2025
1 parent 64a0ac1 commit 67ebc39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SL/Controller/DeliveryOrder.pm
Original file line number Diff line number Diff line change
Expand Up @@ -968,7 +968,7 @@ sub action_stock_in_out_dialog {
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,
Expand Down

0 comments on commit 67ebc39

Please sign in to comment.