https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12144
Nick Clemens <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Nick Clemens <[email protected]> --- (In reply to Jonathan Druart from comment #1) > I did not manage to reproduce this bug. Could you please confirm it's fixed > on master? This does exist on master under the special case of: finesmode: Calculate and charge CalculateFineOnReturn: enabled cronjob fines.pl disabled To recreate: 1 - Have an overdue with no fines yet, or backdate a checkout 2 - Check the item in with dropbox mode 3 - View the patron account - you should see a fine of amount 0 with 0 outstanding 4 - View the modification logs, fine is added and modded to 0 5 - Check the db - the last increment is the full fine The dropbox decrements by the last increment - in this case it was lst incremented by the full fine amount. See: bug 14591 bug 13044 -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ 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/
