From 448485c984320213bc771e2c463327b86a81bba2 Mon Sep 17 00:00:00 2001 From: "G. Richardson" Date: Mon, 26 Apr 2010 19:40:47 +0200 Subject: [PATCH] Formatierung EK-Preis bei Warenauswahl MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Bug wenn in der Positionsliste ein Artikel ausgewählt wurde der nicht eindeutig war, lastcost musste noch formatiert werden. --- bin/mozilla/io.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/mozilla/io.pl b/bin/mozilla/io.pl index ce7ce7848..5666d6352 100644 --- a/bin/mozilla/io.pl +++ b/bin/mozilla/io.pl @@ -675,7 +675,7 @@ sub item_selected { map { $form->{"${_}_$i"} = $form->format_amount(\%myconfig, $form->{"${_}_$i"}, $decimalplaces) - } qw(sellprice listprice) if $form->{item} ne 'assembly'; + } qw(sellprice listprice lastcost) if $form->{item} ne 'assembly'; # get pricegroups for parts IS->get_pricegroups_for_parts(\%myconfig, \%$form); -- 2.20.1