[Koha-bugs] [Bug 7639] system preference to forgive fines on lost items

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Mar 12 15:11:31 CET 2012


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

Savitra Sirohi <savitra.sirohi at osslabs.biz> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
                 CC|                            |savitra.sirohi at osslabs.biz
           Assignee|kyle.m.hall at gmail.com       |savitra.sirohi at osslabs.biz

--- Comment #1 from Savitra Sirohi <savitra.sirohi at osslabs.biz> ---
Draft Design

syspref: forgivefinewhenlost
Syspref description: Forgive/Don't forgive fines when item status is set to
lost

Item status can be set to "lost" from:
catalogue/moredetail.pl
cataloguing/additem.pl
tools/batchMod.pl

Design:

Change sub C4::Circulation::LostItem to forgive fines on the item depending on
the value of syspref forgivefinewhenlost. This sub is currently used to return
an item and charge a replacement cost. 


Currently this sub is not called in additem.pl and therefore an item is not
returned/charged when item status is set to "lost" from here. As part of this
change, we will make a call to the LostItem sub from this script as well.

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


More information about the Koha-bugs mailing list