X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=bin%2Fmozilla%2Frc.pl;h=f1aeb47f29e06709896567a8b2e660b2928cf670;hb=cff1389b37e5adfde7734718a02290421aa1bf9a;hp=7d4245bfe0f8e37b5fe426ffff6cf8bb92bb03e5;hpb=159556ca90d5aa0662964ea5f2db8f8f3a716ea8;p=kivitendo-erp.git 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;