http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14845
Bug ID: 14845
Summary: Fines forgiven even when WhenLostForgiveFine is set to
'Don't Forgive'
Change sponsored?: ---
Product: Koha
Version: master
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5 - low
Component: Circulation
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected], [email protected]
The library expects the following:
1) When item is lost, fines stop accruing, lost item fee is charged.
2) Patron returns item. Lost item fee is waived, but all of the fines that have
acrued (up to the cost of the book) are *not* forgiven.
Fines system preferences are set as follows:
RefundLostItemFeeOnReturn
[refund] lost item fees charged to a borrower when the lost item is
returned.
WhenLostChargeReplacementFee
[charge] the replacement price when a patron loses an item.
WhenLostForgiveFine
[Don't Forgive] the fines on an item when it is lost.
When a lost, the lost item fee is being charged.
On return, the lost item fee is being returned, but the fines *are* being
fogiven -- we can see an accountlines entry with account type 'FFOR'.
To reproduce:
1) Set the system prefrences as above.
2) Check out an item. Allow it to accrue fines.
3) Mark the item as longoverdue (lost) -- replacement price should be charged.
4) Check the item in
-- replacement price should be refunded, and is.
-- fine should *not* be forgiven, but is.
--
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
_______________________________________________
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/