From 6354fe293411247831445f5eb9507409ad5f8e79 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20B=C3=BCren?= Date: Mon, 11 Oct 2010 12:52:12 +0200 Subject: [PATCH] =?utf8?q?Formatierungen=20wieder=20korrigiert=20und=20old?= =?utf8?q?currency=20als=20hidden-Parameter=20wieder=20reingetan,=20auch?= =?utf8?q?=20wenn=20dieser=20nicht=20korrekt=20=C3=BCbernommen=20wird.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- bin/mozilla/cp.pl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bin/mozilla/cp.pl b/bin/mozilla/cp.pl index 1fa5d34c6..49c7daea8 100644 --- a/bin/mozilla/cp.pl +++ b/bin/mozilla/cp.pl @@ -48,6 +48,7 @@ our ($form, %myconfig, $lxdebug, $locale, $auth); sub payment { $lxdebug->enter_sub(); + $auth->assert('cash'); my (@curr); @@ -82,6 +83,7 @@ sub payment { } CP->paymentaccounts(\%myconfig, \%$form); + $form->{selectaccount} = ""; $form->{"select$form->{ARAP}"} = ""; @@ -286,6 +288,7 @@ sub form_header { | . $locale->text('Currency') . qq| + {oldcurrency}> $exchangerate -- 2.20.1