From 1ddb5731706ba6bd23eb831d0c79bdda8d503458 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20B=C3=BCren?= Date: Wed, 12 Feb 2014 13:18:23 +0100 Subject: [PATCH] =?utf8?q?HTML=20korrekt=20f=C3=BCr=20DropDown=20Zahlungsv?= =?utf8?q?erkehr=20escapen=20fixt:=20#2450?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- bin/mozilla/cp.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/mozilla/cp.pl b/bin/mozilla/cp.pl index 7daa8883a..8632da99c 100644 --- a/bin/mozilla/cp.pl +++ b/bin/mozilla/cp.pl @@ -76,7 +76,8 @@ sub payment { $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" } + # hotfix for 2450. TODO remove legacy code and use L + map { $form->{"select$form->{vc}"} .= "\n" } @{ $form->{"all_$form->{vc}"} }; } CP->paymentaccounts(\%myconfig, \%$form); -- 2.20.1