[Koha-bugs] [Bug 11872] Lost overdue items should not generate fines

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jul 29 18:40:08 CEST 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11872

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #25830|0                           |1
        is obsolete|                            |
  Attachment #29228|0                           |1
        is obsolete|                            |

--- Comment #9 from Kyle M Hall <kyle at bywatersolutions.com> ---
Created attachment 30294
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=30294&action=edit
Bug 11872 - Lost overdue items should not generate fines

An item can be marked as lost by longoverdue.pl, but left checked out to
the patron. In this case, the item will continue to accrue fines.

Test Plan:
1) Check out an item and back date it so it is overdue and should
   generate fines.
2) Mark the item as lost by either using longoverdue.pl, or just
   by setting itemlost to 1 by directly accessing the database
3) Run fines.pl
4) Note the overdue generated a fine
5) Repeat steps 1-2
6) Apply this patch
7) Run fines.pl
8) Note a fine was not generated

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


More information about the Koha-bugs mailing list