From 3a65820b13e873bb70ad06769b53faa2c6526323 Mon Sep 17 00:00:00 2001 From: Waldemar Toews Date: Wed, 8 Jan 2014 11:06:12 +0100 Subject: [PATCH] =?utf8?q?Zahlungseingang:=20Feld=20f=C3=BCr=20Kunden/Lief?= =?utf8?q?eranten=20die=20Umschaltfunktionalit=C3=A4t=20wieder=20hergestel?= =?utf8?q?lt.=20Behebt=20#2134?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- bin/mozilla/cp.pl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bin/mozilla/cp.pl b/bin/mozilla/cp.pl index 737cb307e..c6a61526f 100644 --- a/bin/mozilla/cp.pl +++ b/bin/mozilla/cp.pl @@ -72,9 +72,8 @@ sub payment { # für bugfix 1771 (doppelte Leerzeichen werden nicht 'gepostet') $form->{"select$form->{vc}"} = ""; - $form->{selectcustomer} .= "\n" if $form->{vc} eq "customer"; - if ($form->{"all_$form->{vc}"}) { + $form->{"select$form->{vc}"} .= "\n"; # s.o. jb 12.10.2010 $form->{"$form->{vc}_id"} = $form->{"all_$form->{vc}"}->[0]->{id}; map { $form->{"select$form->{vc}"} .= "\n" } -- 2.20.1