From df870c64916661b7670b34e4e47d6c28f5d961ee Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Fri, 11 Jan 2008 08:20:56 +0000 Subject: [PATCH] =?utf8?q?creditlimit=20und=20creditremaining=20werden=20n?= =?utf8?q?icht=20mehr=20formatiert=20=C3=BCbergeben,=20sondern=20unformati?= =?utf8?q?ert.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- bin/mozilla/oe.pl | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/bin/mozilla/oe.pl b/bin/mozilla/oe.pl index de1722e60..cb875d1c2 100644 --- a/bin/mozilla/oe.pl +++ b/bin/mozilla/oe.pl @@ -545,7 +545,7 @@ sub update { set_headings($form->{"id"} ? "edit" : "add"); - map { $form->{$_} = $form->parse_amount(\%myconfig, $form->{$_}) } qw(exchangerate creditlimit creditremaining) unless $recursive_call; + map { $form->{$_} = $form->parse_amount(\%myconfig, $form->{$_}) } qw(exchangerate) unless $recursive_call; $form->{update} = 1; $payment_id = $form->{payment_id} if $form->{payment_id}; @@ -1579,9 +1579,6 @@ sub invoice { map { $form->{"select$_"} = "" } ($form->{vc}, currency); - map { $form->{$_} = $form->parse_amount(\%myconfig, $form->{$_}) } - qw(creditlimit creditremaining); - $currency = $form->{currency}; &invoice_links; @@ -1951,9 +1948,6 @@ sub poso { qw(partnumber description unit); } - map { $form->{$_} = $form->format_amount(\%myconfig, $form->{$_}, 0, "0") } - qw(creditlimit creditremaining); - &update; $lxdebug->leave_sub(); -- 2.20.1