[Koha-bugs] [Bug 24075] Backdating a return to the exact due date and time results in the fine not being refunded

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Nov 21 20:06:42 CET 2019


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

Kyle M Hall <kyle at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #95654|0                           |1
        is obsolete|                            |
  Attachment #95656|0                           |1
        is obsolete|                            |

--- Comment #8 from Kyle M Hall <kyle at bywatersolutions.com> ---
Created attachment 95706
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=95706&action=edit
Bug 24075: Backdating a return to the exact due date and time results in the
fine not being refunded

When you use the date picker or book drop mode and check in an item that is due
on that date, a fine is assessed and not refunded.

For example: item 12345 is due on 11/19/2109 23:59.  On 11/20/2019 I check the
item in using date picker/book drop setting the check in date to 11/19/2019
23:59, the patron is charged a fine, and the fine is not cleared as would be
expected, since the item is being checked in before it is overdue.

Test Plan:
1) Back date a checkout so it is overdue
2) Run fines.pl to generate the fine
3) Return the item, backdating to the same date/time is was due
4) Note the fine was not removed
5) Apply this patch
6) Repeat steps 1-3
7) Fine should be zeroed out now!

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list