From c4a38e5bc67a92f4a680a0a31f80037f93ac720d Mon Sep 17 00:00:00 2001 From: Waldemar Toews Date: Wed, 8 Jan 2014 11:33:33 +0100 Subject: [PATCH] =?utf8?q?Zahlungseingang:=20Im=20Eingabe=20Feld=20f=C3=BC?= =?utf8?q?r=20Kunden=20die=20"--"=20unterdr=C3=BCcken.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- bin/mozilla/cp.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/mozilla/cp.pl b/bin/mozilla/cp.pl index c6a61526f..ee5e56d9f 100644 --- a/bin/mozilla/cp.pl +++ b/bin/mozilla/cp.pl @@ -137,7 +137,7 @@ sub form_header { # sometimes it happens that values in customer arrive without the signs '--' # but in order to select the right option field we need values with '--' - if ($form->{vc} eq "customer"){ + if ($form->{vc} eq "customer" && $form->{"all_$form->{vc}"}){ my ($customername) = split /--/, $form->{ $form->{vc} }; $form->{ $form->{vc} } = $customername . "--" . $form->{customer_id}; } -- 2.20.1