Defaultwert für customermultibox ist nicht customer.
authorSven Schöling <s.schoeling@linet-services.de>
Mon, 25 May 2009 15:38:54 +0000 (15:38 +0000)
committerSven Schöling <s.schoeling@linet-services.de>
Mon, 25 May 2009 15:38:54 +0000 (15:38 +0000)
Fix für Bug 1010 und 1011.

bin/mozilla/is.pl

index e54f203..d53f699 100644 (file)
@@ -361,6 +361,7 @@ sub form_header {
       <td>|
       . $form->parse_html_template('generic/multibox',
                                    { 'name'          => 'customer',
+                                     'default'       => $form->{oldcustomer},
                                      'style'         => 'width: 250px',
                                      'DATA'          => $form->{ALL_CUSTOMERS},
                                      'id_sub'        => 'vc_keys',