]> wagnertech.de Git - mfinanz.git/blobdiff - bin/mozilla/io.pl
XUL - Menu für Firefox/Prism: Stylesheet geändert.
[mfinanz.git] / bin / mozilla / io.pl
index 44ddc1675a70271ea6fdd3e5cf89123d215d20ef..46b7c28c06c7c077e76d983a009c6fa8973e0ef5 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);