From e497d49f814a76f1423a33fb9deac5c54cf0f602 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bernd=20Ble=C3=9Fmann?= Date: Wed, 29 Apr 2015 19:24:42 +0200 Subject: [PATCH] Beim Einlagern auch MHD speichern. --- SL/Controller/Inventory.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/SL/Controller/Inventory.pm b/SL/Controller/Inventory.pm index 8e5a445de..5bc780bf9 100644 --- a/SL/Controller/Inventory.pm +++ b/SL/Controller/Inventory.pm @@ -59,6 +59,7 @@ sub action_stock { unit => $self->unit, transfer_type => 'stock', chargenumber => $::form->{chargenumber}, + bestbefore => $::form->{bestbefore}, ean => $::form->{ean}, comment => $::form->{comment}, }); -- 2.20.1