Koha/installer/data/mysql
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
..
atomicupdate Bug 7475: Update configuration 2012-09-19 17:15:25 +02:00
de-DE Bug 10550: Fix database typo wthdrawn 2013-09-08 01:58:41 +00:00
en Bug 10550: Fix database typo wthdrawn 2013-09-08 01:58:41 +00:00
es-ES Bug 10550: Fix database typo wthdrawn 2013-09-08 01:58:41 +00:00
fr-FR Bug 10550: Fix database typo wthdrawn 2013-09-08 01:58:41 +00:00
it-IT Bug 10550: Fix database typo wthdrawn 2013-09-08 01:58:41 +00:00
nb-NO Bug 10550: Fix database typo wthdrawn 2013-09-08 01:58:41 +00:00
pl-PL Bug 10550: Fix database typo wthdrawn 2013-09-08 01:58:41 +00:00
ru-RU Bug 10550: Fix database typo wthdrawn 2013-09-08 01:58:41 +00:00
uk-UA Bug 10550: Fix database typo wthdrawn 2013-09-08 01:58:41 +00:00
backfill_statistics.pl Bug 5370: Fix all the references to koha.org 2010-11-08 09:41:49 +13:00
kohastructure.sql Bug 10513: display a warning/message when returning a chosen item type 2013-09-16 17:45:31 +00:00
labels_upgrade.pl Bug 2505 - Add commented use warnings where missing in the installer/ directory 2010-04-21 20:26:28 +12:00
patroncards_upgrade.pl Bug 2505 - Add commented use warnings where missing in the installer/ directory 2010-04-21 20:26:28 +12:00
sample_only_param_tables.sql
sysprefs.sql Bug 7639: add option to forgive overdue fines when declaring items lost 2013-09-17 15:10:46 +00:00
update22to30.pl Bug 8289 Upgrading from 2.2 does not work anymore 2012-06-25 16:15:42 +02:00
updatedatabase.pl Bug 7639: add option to forgive overdue fines when declaring items lost 2013-09-17 15:10:46 +00:00