From 7a611f95fbbb0e2264085b0ebeaad6253674ca6f Mon Sep 17 00:00:00 2001
From: Philip Reetz
Date: Wed, 17 Oct 2007 11:23:05 +0000
Subject: [PATCH] Anzeige von LP und EK in Lieferantenbestellungen
---
bin/mozilla/io.pl | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
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|
--
2.20.1