Bug 31200 - Block payment of overdue fines when item is still checked out
Summary: Block payment of overdue fines when item is still checked out
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Fines and fees (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-07-20 14:59 UTC by Julie Emond-Collecto
Modified: 2023-09-13 15:51 UTC (History)
5 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Julie Emond-Collecto 2022-07-20 14:59:06 UTC
Hi, 

A library would like to be able to block any payment of late fees if materials are not returned to the library. 

As this could have undesirable effects it should be possible to make changes in the system preference and not be blocked for everyone. 

Does anyone know a way to enforce this preference?

Another possibility would be to display a pop-up during payment so that the person who wants to collect knows that the document has not been returned. After the libraby chooses if it want accept of not the payment.
Comment 1 Katrin Fischer 2023-06-17 12:43:05 UTC
In 'modern' versions of Koha it should not create an issue with the fine calculations if the item is returned, but I could understand if libraries want to insist on having the items back first. 

The check would have to be clever enough to check if the fine is still accruing or not since the item could have been renwewed or checked in/checked out again.