X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=bin%2Fmozilla%2Frc.pl;h=864357dfad6f4f8a648ade34e646dcdccc55be4f;hb=63a18ccadab9564ec780c5087e3be498f25f5382;hp=7d4245bfe0f8e37b5fe426ffff6cf8bb92bb03e5;hpb=590bb2353295daa2eaa72b0fbe8ca2cc246a5860;p=kivitendo-erp.git diff --git a/bin/mozilla/rc.pl b/bin/mozilla/rc.pl index 7d4245bfe..864357dfa 100644 --- a/bin/mozilla/rc.pl +++ b/bin/mozilla/rc.pl @@ -24,7 +24,8 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, +# MA 02110-1335, USA. #====================================================================== # # Account reconciliation module @@ -128,6 +129,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;