Koha/koha-tmpl/intranet-tmpl/prog/en/modules
Meenakshi.R 0005f6bad3 Bug 7639: add option to forgive overdue fines when declaring items lost
This patch adds functionality to forgive overdue fine when an item is
set to lost status.  Fines are forgiven only when the syspref
WhenLostForgiveFine 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 subroutine C4::Circulation::LostItem to forgive fines on the
item depending on the value of syspref WhenLostForgiveFine. This
routine is currently used to return an item and charge a replacement
cost.

Also added a new syspref in C4::Circulation::LostItem -
WhenLostChargeReplacementFee.  The replacement fee will now be charged
only if this syspref is set to yes.  The default value of the
WhenLostChargeReplacementFee is yes, meaning that current behavior
will not change during upgrade.

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Alex Hatley <alexh@cctexas.com>
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Testing notes on last patch in series.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
2013-09-17 15:10:46 +00:00
..
acqui Bug 8821: make receive shipment page hide inactive funds like new order form 2013-09-16 16:26:12 +00:00
admin Bug 7639: add option to forgive overdue fines when declaring items lost 2013-09-17 15:10:46 +00:00
authorities Bug 5262: make authority plugin copy indicators to bib record 2013-08-14 17:17:22 +00:00
basket Bug 10592: fix display of favicon 2013-07-22 14:00:23 +00:00
batch
catalogue Bug 10550: Fix database typo wthdrawn 2013-09-08 01:58:41 +00:00
cataloguing Bug 10841: Make edit/delete item context links in cataloguing translatable 2013-09-16 16:35:02 +00:00
circ Bug 10513: (follow-up) allow for multiline checkin alerts/messages 2013-09-16 17:45:31 +00:00
course_reserves Bug 10634 - Use datatables for course details items table 2013-09-04 14:19:03 +00:00
errors
help Bug 10678 - Update addbooks help page 2013-09-08 22:31:29 +00:00
installer Bug 2774 - Path to theme is hard-coded in many places 2013-06-07 09:04:15 -07:00
labels Bug 9618: (follow-up) include link to jQuery only if needed 2013-09-16 16:05:51 +00:00
members Bug 9943: activate "Pay selected" button only when at least one fine is selected 2013-09-08 07:10:42 +00:00
offline_circ Bug 10288 - Fix a tiny typo on "Pending offline circulation actions" 2013-05-20 12:23:32 -07:00
patroncards Bug 9924 - Simplify and rename patron card creator error message include 2013-09-08 19:19:23 +00:00
plugins
reports Bug 10718: fix items with no checkouts report 2013-09-08 20:04:43 +00:00
reserve Bug 10247: show warning if hold blocked due to maxreserves syspre 2013-08-12 15:02:57 +00:00
reviews
rotating_collections
serials Bug 10570: Show nonpublic note on check expiration page 2013-09-16 16:22:31 +00:00
services Bug 10475 - Item form in acquisition not hiding subfields properly 2013-07-12 20:40:15 +00:00
sms
suggestion Bug 4907: make 'Organize by' filter in suggestions reflect selected option 2013-07-08 15:15:16 +00:00
tags Bug 2774 - Path to theme is hard-coded in many places 2013-05-20 11:11:04 -07:00
test Bug 2774 - Path to theme is hard-coded in many places 2013-05-20 11:11:04 -07:00
tools Bug 10170: expose more managed staged MARC strings to translation 2013-07-16 15:45:20 +00:00
virtualshelves Bug 9757: Remove duplicated action buttons. 2013-06-26 09:04:37 -07:00
z3950
about.tt Bug 7143: history.txt and about page updates 2013-09-07 20:47:22 +00:00
auth.tt Bug 10080 - Change system pref IndependantBranches to IndependentBranches 2013-05-22 07:58:23 -07:00
intranet-main.tt