Skip to content

Commit

Permalink
FIX: DeliveryOrder: Mindesthaltbarkeitsdatum in Lagerbewegungen anzeigen
Browse files Browse the repository at this point in the history
  • Loading branch information
z4m1n0 committed Dec 13, 2024
1 parent 227cd5b commit 0511a34
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SL/DB/Helper/FlattenToForm.pm
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ sub prepare_stock_info {
bin_id => $_->bin_id,
chargenumber => $_->chargenumber,
unit => $_->unit,
bestbefore => $_->bestbefore_as_date,
}, $item->delivery_order_stock_entries
]);
}
Expand Down

0 comments on commit 0511a34

Please sign in to comment.