From 25b32e70556cba4e26fb93f5e2a7373ee3055861 Mon Sep 17 00:00:00 2001 From: Thomas Heck Date: Tue, 11 Sep 2012 17:34:59 +0200 Subject: [PATCH] =?utf8?q?=C3=9Cbernahme=20der=20Einheit=20beim=20Einlager?= =?utf8?q?n?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit fixt #1999 --- bin/mozilla/wh.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/mozilla/wh.pl b/bin/mozilla/wh.pl index aa372463a..c77d74dde 100644 --- 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->{partunit}); + $form->{UNITS} = AM->unit_select_data($units, $form->{unit}, 0, $form->{unit}); if (scalar @{ $form->{WAREHOUSES} }) { $form->{warehouse_id} ||= $form->{WAREHOUSES}->[0]->{id}; -- 2.20.1