From 81d7a3d732eac0e68a4edc8306e48532e9deb637 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Mon, 25 May 2009 15:38:54 +0000 Subject: [PATCH] =?utf8?q?Defaultwert=20f=C3=BCr=20customermultibox=20ist?= =?utf8?q?=20nicht=20customer.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Fix für Bug 1010 und 1011. --- bin/mozilla/is.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/mozilla/is.pl b/bin/mozilla/is.pl index e54f2032e..d53f69958 100644 --- a/bin/mozilla/is.pl +++ b/bin/mozilla/is.pl @@ -361,6 +361,7 @@ sub form_header { | . $form->parse_html_template('generic/multibox', { 'name' => 'customer', + 'default' => $form->{oldcustomer}, 'style' => 'width: 250px', 'DATA' => $form->{ALL_CUSTOMERS}, 'id_sub' => 'vc_keys', -- 2.20.1