X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=bin%2Fmozilla%2Frc.pl;h=f1aeb47f29e06709896567a8b2e660b2928cf670;hb=937e37ad007405c6a3a389ee18006379ffecc073;hp=7d4245bfe0f8e37b5fe426ffff6cf8bb92bb03e5;hpb=590bb2353295daa2eaa72b0fbe8ca2cc246a5860;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;