]> wagnertech.de Git - mfinanz.git/blobdiff - bin/mozilla/is.pl
Kreditlimit wurde doppelt geparsed, wenn Kundenauswahl nicht eindeutig
[mfinanz.git] / bin / mozilla / is.pl
index 9ac6d0e31576ceb00ffe15f64061f0153bdd1568..3fc4b2caaa5f65783d18d595ec53fa25d48266fc 100644 (file)
@@ -1170,7 +1170,9 @@ sub mark_as_paid {
 sub update {
   $lxdebug->enter_sub();
 
-  map { $form->{$_} = $form->parse_amount(\%myconfig, $form->{$_}) } qw(exchangerate creditlimit creditremaining);
+  my ($recursive_call) = shift;
+
+  map { $form->{$_} = $form->parse_amount(\%myconfig, $form->{$_}) } qw(exchangerate creditlimit creditremaining) unless $recursive_call;
 
   $form->{print_and_post} = 0         if $form->{second_run};
   $taxincluded            = "checked" if $form->{taxincluded};