From: Bernd Blessmann Date: Wed, 17 Aug 2011 05:30:43 +0000 (+0200) Subject: Fix für Bug 1696. X-Git-Tag: release-2.7.0beta1~332 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=db9f4c9c305a23bdaed8435a743676f3ee98a1f8;p=kivitendo-erp.git Fix für Bug 1696. Listenpreis wird bei Workflow xxx->Rechnung jetzt richtig angezeigt. --- 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