]> wagnertech.de Git - kivitendo-erp.git/blobdiff - bin/mozilla/io.pl
Beim "Erneuern" beim Erfassen von Dienstleistungen auch über "check_form" gehen,...
[kivitendo-erp.git] / bin / mozilla / io.pl
index 2c44d60c1fbffcc9775bd4a1a0029bd4f4522a78..314368d2c6080c93a97c48c17aafcd372aecadcb 100644 (file)
@@ -1067,6 +1067,9 @@ sub check_form {
     $form->redo_rows(\@flds, \@a, $count, $form->{makemodel_rows});
     $form->{makemodel_rows} = $count;
 
+  } elsif ($form->{item} eq 'service') {
+    map { $form->{$_} = $form->parse_amount(\%myconfig, $form->{$_}) } qw(listprice sellprice lastcost);
+
   } else {
 
     # this section applies to invoices and orders