From db9f4c9c305a23bdaed8435a743676f3ee98a1f8 Mon Sep 17 00:00:00 2001 From: Bernd Blessmann Date: Wed, 17 Aug 2011 07:30:43 +0200 Subject: [PATCH] =?utf8?q?Fix=20f=C3=BCr=20Bug=201696.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Listenpreis wird bei Workflow xxx->Rechnung jetzt richtig angezeigt. --- bin/mozilla/io.pl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bin/mozilla/io.pl b/bin/mozilla/io.pl index 770e1c7f9..9dd8e8cc4 100644 --- a/bin/mozilla/io.pl +++ b/bin/mozilla/io.pl @@ -351,6 +351,9 @@ sub display_row { $locale->text('LP'), $form->format_amount(\%myconfig, $form->{"listprice_$i"}, 2), $locale->text('EK'), $form->format_amount(\%myconfig, $form->{"lastcost_$i"}, 2) } if $form->{"id_$i"} && ($form->{type} =~ /^sales_/ || $form->{type} =~ /invoice/) && !$is_delivery_order; + + $form->{"listprice_$i"} = $form->format_amount(\%myconfig, $form->{"listprice_$i"}, 2) + if $form->{"id_$i"} && ($form->{type} =~ /^sales_/ || $form->{type} =~ /invoice/) ; # / marge calculations ending # calculate onhand -- 2.20.1