http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7639
Katrin Fischer <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #19654|0 |1 is obsolete| | Attachment #19655|0 |1 is obsolete| | Attachment #19656|0 |1 is obsolete| | Attachment #19657|0 |1 is obsolete| | --- Comment #46 from Katrin Fischer <[email protected]> --- Created attachment 20436 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=20436&action=edit [PASSED QA] Bug 7639 - system preference to forgive fines on lost items Forgive fine when an item is set to lost status, fines are forgiven only when syspref ForgiveFineWhenLost is set to yes. Item can be set to lost status from: catalogue/moredetail.pl cataloguing/additem.pl tools/batchMod.pl misc/cronjobs/longoverdue.pl Changed 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. Also added a new syspref in C4::Circulation::LostItem - ChargeReplFeeWhenLost. Replacement fee will now be charged only if this syspref is set to yes. Signed-off-by: Kyle M Hall <[email protected]> Signed-off-by: Alex Hatley <[email protected]> Signed-off-by: Katrin Fischer <[email protected]> Testing notes on last patch in series. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
