5 Sep
2012
5 Sep
'12
12:36 p.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8251 --- Comment #38 from Chris Cormack <chris@bigballofwax.co.nz> --- (In reply to comment #37)
There is a basic flaw in the logic in that patron's finedays are being calculated on all returns not just overdues. The delta days is a positive element that is the documented interface. Its purpose is not to inform if an issue is overdue that is already indicated in the return from GetItemIssue
Ah yes that makes sense. Yeah, that is a flaw, we should only be working out the delta days on things that are overdue, instead of on all items. Now you have explained it, it makes perfect sense. -- You are receiving this mail because: You are watching all bug changes.