]> wagnertech.de Git - mfinanz.git/blobdiff - bin/mozilla/ic.pl
Lieferscheine: immer vor Aus- und Einlagern speichern
[mfinanz.git] / bin / mozilla / ic.pl
index e56178206e6cf03c600b6ee54683a997df3730cb..13e0a5ac285166c11f2eb3805b6023f7f8a45537 100644 (file)
@@ -1703,6 +1703,9 @@ sub update {
   # parse pricegroups. and no, don't rely on check_form for this...
   map { $form->{"price_$_"} = $form->parse_amount(\%myconfig, $form->{"price_$_"}) } 1 .. $form->{price_rows};
 
+  # same for lastcosts
+  map { $form->{"lastcost_$_"} = $form->parse_amount(\%myconfig, $form->{"lastcost_$_"}) } 1 .. $form->{"makemodel_rows"};
+
   if ($form->{item} eq "assembly") {
     my $i = $form->{assembly_rows};