projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
59ab5cb
)
Beim Einlagern auch MHD speichern.
author
Bernd Bleßmann
<bernd@kivitendo-premium.de>
Wed, 29 Apr 2015 17:24:42 +0000
(19:24 +0200)
committer
Bernd Bleßmann
<bernd@kivitendo-premium.de>
Wed, 29 Apr 2015 17:24:42 +0000
(19:24 +0200)
SL/Controller/Inventory.pm
patch
|
blob
|
history
diff --git
a/SL/Controller/Inventory.pm
b/SL/Controller/Inventory.pm
index
8e5a445
..
5bc780b
100644
(file)
--- 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},
});