From db5c8f4a5335412d4b2cd1fd22dff1f6f76b61b7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Thu, 16 Oct 2008 12:48:20 +0000 Subject: [PATCH] =?utf8?q?Bugfix:=20Pushlisten=20m=C3=BCssen=20mit=20Komma?= =?utf8?q?=20getrennt=20werden.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- bin/mozilla/io.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/mozilla/io.pl b/bin/mozilla/io.pl index 10f8649fb..489d4290f 100644 --- a/bin/mozilla/io.pl +++ b/bin/mozilla/io.pl @@ -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; -- 2.20.1