From: Bernd Bleßmann Date: Wed, 29 Apr 2015 17:24:42 +0000 (+0200) Subject: Beim Einlagern auch MHD speichern. X-Git-Tag: release-3.3.0beta~115 X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/commitdiff_plain/e497d49f814a76f1423a33fb9deac5c54cf0f602?ds=inline;hp=59ab5cb4a0a8a650f74c43a23002e3f9f3028c67 Beim Einlagern auch MHD speichern. --- 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}, });