]> wagnertech.de Git - mfinanz.git/blobdiff - bin/mozilla/ic.pl
Bei Dienstleistungen auch den Einkaufspreis parsen, wenn auf "Erneuern" gedrückt...
[mfinanz.git] / bin / mozilla / ic.pl
index 68e947706d3797e3435b93153d85261f42b93872..7ecd3a24cff3a0dbf679738de0617ed0b70c7c61 100644 (file)
@@ -3000,8 +3000,8 @@ sub update {
   }
 
   if ($form->{item} eq 'service') {
-    map { $form->{$_} = $form->parse_amount(\%myconfig, $form->{$_}) }
-      qw(sellprice listprice);
+    map({ $form->{$_} = $form->parse_amount(\%myconfig, $form->{$_}) }
+        qw(sellprice listprice lastcost));
     &form_header;
     &price_row;
     &form_footer;