Formatierung EK-Preis bei Warenauswahl
authorG. Richardson <information@lx-office-hosting.de>
Mon, 26 Apr 2010 17:40:47 +0000 (19:40 +0200)
committerG. Richardson <information@lx-office-hosting.de>
Mon, 26 Apr 2010 17:42:43 +0000 (19:42 +0200)
Bug wenn in der Positionsliste ein Artikel ausgewählt wurde der nicht eindeutig
war, lastcost musste noch formatiert werden.

bin/mozilla/io.pl

index ce7ce78..5666d63 100644 (file)
@@ -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);