Bugfix: Pushlisten müssen mit Komma getrennt werden.
authorSven Schöling <s.schoeling@linet-services.de>
Thu, 16 Oct 2008 12:48:20 +0000 (12:48 +0000)
committerSven Schöling <s.schoeling@linet-services.de>
Thu, 16 Oct 2008 12:48:20 +0000 (12:48 +0000)
bin/mozilla/io.pl

index 10f8649..489d429 100644 (file)
@@ -1059,7 +1059,7 @@ sub print_options {
     ($form->{type} =~ /_delivery_order$/) ? (
       opthash($form->{type},         $form->{PD}{$form->{type}},       $locale->text('Delivery Order')),
       opthash('pick_list',           $form->{PD}{pick_list},           $locale->text('Pick List')),
-    ) : undef;
+    ) : undef,
     ($form->{type} eq 'credit_note') ?
       opthash("credit_note",         $form->{PD}{credit_note},         $locale->text('Credit Note')) : undef;