]> wagnertech.de Git - mfinanz.git/blobdiff - bin/mozilla/ic.pl
Pricegroup Informationen anständig im Template Formatieren und nicht *schauder* im...
[mfinanz.git] / bin / mozilla / ic.pl
index e0d59d7d740e7af41f3718a79a4869233a03e82d..87c4f0177ce1ec6e64b4955105b31cadcd005baa 100644 (file)
@@ -1699,6 +1699,9 @@ sub assembly_row {
 sub update {
   $lxdebug->enter_sub();
 
+  # 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};
+
   if ($form->{item} eq "assembly") {
     my $i = $form->{assembly_rows};