http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8770
Paul Poulain <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #13 from Paul Poulain <[email protected]> --- (In reply to comment #1) > This is definitely a regression. Since this has worked for the 12 years up > to now. OK, interesting information. Digging into changes in C4/Accounts: * patch 5954631aeaf261a9bbbb44a7a7fcae225031eb24, 2012-10-03 17:58:56 just do: - $dbh->do( $insert, undef, $borrowernumber, $nextaccntno, $amount, + $dbh->do( $insert, undef, $borrowernumber, $nextaccntno, 0 - $amount, => can't be the origin of the problem 0-$amount populates amountoutstanding, if it was the culprit, we had X and -X, not a small difference. * patch a8b168dc63df9d60e8e562f368f8bdbec520ffd8, 2012-09-15 07:31:58 is related to adding a primary key, nothing related to amountoutstanding Patches before that have been pushed before 3.8, so should not be the culprit -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
