[Koha-bugs] [Bug 12144] Book drop mode mode erasing fine when CalculateFinesOnReturn is enabled

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Apr 28 17:59:08 CEST 2017


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12144

Nick Clemens <nick at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nick at bywatersolutions.com

--- Comment #2 from Nick Clemens <nick at bywatersolutions.com> ---
(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.


More information about the Koha-bugs mailing list