X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/159556ca90d5aa0662964ea5f2db8f8f3a716ea8..619f90d13871b82942b44ea7f1b7acbe2e72ae99:/bin/mozilla/rc.pl diff --git a/bin/mozilla/rc.pl b/bin/mozilla/rc.pl index 7d4245bfe..f1aeb47f2 100644 --- a/bin/mozilla/rc.pl +++ b/bin/mozilla/rc.pl @@ -128,6 +128,9 @@ sub update { $::lxdebug->enter_sub; $::auth->assert('cash'); + # reset difference as it doesn't always arrive here empty + $::form->{difference} = 0; + RC->payment_transactions(\%::myconfig, $::form); my $i;