From: Philip Reetz Date: Wed, 17 Oct 2007 11:23:05 +0000 (+0000) Subject: Anzeige von LP und EK in Lieferantenbestellungen X-Git-Tag: release-2.6.0beta1~467 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=7a611f95fbbb0e2264085b0ebeaad6253674ca6f;p=kivitendo-erp.git Anzeige von LP und EK in Lieferantenbestellungen --- diff --git a/bin/mozilla/io.pl b/bin/mozilla/io.pl index d85e618f7..9820f8b30 100644 --- a/bin/mozilla/io.pl +++ b/bin/mozilla/io.pl @@ -561,10 +561,12 @@ sub display_row { } print qq| - ${marge_font_start}| . $locale->text('Ertrag') . qq| $form->{"marge_total_$i"} $form->{"marge_percent_$i"} % ${marge_font_end} + ${marge_font_start}| . $locale->text('Ertrag') . qq| $form->{"marge_total_$i"} $form->{"marge_percent_$i"} % ${marge_font_end}|; + } + print qq|  | . $locale->text('LP') . qq| | . $form->format_amount(\%myconfig, $form->{"listprice_$i"}, 2) . qq|  | . $locale->text('EK') . qq| | . $form->format_amount(\%myconfig, $form->{"lastcost_$i"}, 2) . $marge_price_factor; - } + print qq|