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:
d04df16
)
Übernahme der Einheit beim Einlagern
author
Thomas Heck
<theck@linet-services.de>
Tue, 11 Sep 2012 15:34:59 +0000
(17:34 +0200)
committer
Thomas Heck
<theck@linet-services.de>
Tue, 11 Sep 2012 15:34:59 +0000
(17:34 +0200)
fixt #1999
bin/mozilla/wh.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/wh.pl
b/bin/mozilla/wh.pl
index
aa37246
..
c77d74d
100644
(file)
--- a/
bin/mozilla/wh.pl
+++ b/
bin/mozilla/wh.pl
@@
-86,7
+86,7
@@
sub transfer_warehouse_selection {
my $units = AM->retrieve_units(\%myconfig, $form);
# der zweite Parameter von unit_select_data gibt den default-Namen (selected) vor
- $form->{UNITS} = AM->unit_select_data($units, $form->{
partunit}, 0, $form->{part
unit});
+ $form->{UNITS} = AM->unit_select_data($units, $form->{
unit}, 0, $form->{
unit});
if (scalar @{ $form->{WAREHOUSES} }) {
$form->{warehouse_id} ||= $form->{WAREHOUSES}->[0]->{id};