[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
Sun Aug 18 17:44:40 CEST 2013


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

Katrin Fischer <katrin.fischer at bsz-bw.de> 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 <katrin.fischer at bsz-bw.de> ---
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 <kyle at bywatersolutions.com>
Signed-off-by: Alex Hatley <alexh at cctexas.com>
Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
Testing notes on last patch in series.

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


More information about the Koha-bugs mailing list