[Koha-bugs] [Bug 9129] Add the ability to set the maximum fine for an item to its replacement price

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Oct 22 22:17:25 CEST 2015


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

--- Comment #58 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
Created attachment 43784
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=43784&action=edit
[PASSED QA] Bug 9129 - Add the ability to set the maximum fine for an item to
its replacement price

This patch adds the ability to set the maximum fine for a given item to
its replacement price ( assuming the replacement price is set ). If
overduefinescap is also set, the fine will be the lesser of the two, if
both apply to the given overdue checkout.

To enable this new limit, create or edit your circulation rules and
check the checkbox for "Cap fines at replacement price"

Test Plan:
1) Apply this patch
2) Run updatedatabase.pl
3) Pick an item, and set it's replacement price to 3.99
4) Edit the circulation rule that would apply to this item
   and the patron you will check it out to.
5) Check out the item to the patron, and backdate the due date
   such that the fine generated would be more than 3.99
6) Enable CalculateFinesOnReturn
7) Return the item, and view the fine generated, it should be 3.99

Signed-off-by: Cindy Murdock Ames <cmurdock at ccfls.org>

Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>

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


More information about the Koha-bugs mailing list