From b5ef28b5f726161fa6be4a9191f7d3f4e2972ceb Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Mon, 26 Feb 2007 15:47:11 +0000 Subject: [PATCH] =?utf8?q?Bei=20Dienstleistungen=20auch=20den=20Einkaufspr?= =?utf8?q?eis=20parsen,=20wenn=20auf=20"Erneuern"=20gedr=C3=BCckt=20wird,?= =?utf8?q?=20weil=20ansonsten=20der=20Nachkommaanteil=20verschwindet.=20Bu?= =?utf8?q?gfix=20f=C3=BCr=20567.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- bin/mozilla/ic.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/mozilla/ic.pl b/bin/mozilla/ic.pl index 68e947706..7ecd3a24c 100644 --- a/bin/mozilla/ic.pl +++ b/bin/mozilla/ic.pl @@ -3000,8 +3000,8 @@ sub update { } if ($form->{item} eq 'service') { - map { $form->{$_} = $form->parse_amount(\%myconfig, $form->{$_}) } - qw(sellprice listprice); + map({ $form->{$_} = $form->parse_amount(\%myconfig, $form->{$_}) } + qw(sellprice listprice lastcost)); &form_header; &price_row; &form_footer; -- 2.39.5