Bug 39856 - New Options for Default lost item fee refund on return policy: Refund (only if unpaid) and charge new / restore overdue fines
Summary: New Options for Default lost item fee refund on return policy: Refund (only i...
Status: REOPENED
Alias: None
Product: Koha
Classification: Unclassified
Component: System Administration (show other bugs)
Version: 24.05
Hardware: All All
: P5 - low enhancement
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on: 20262
Blocks:
  Show dependency treegraph
 
Reported: 2025-05-07 15:41 UTC by trevor.diamond
Modified: 2026-02-26 20:44 UTC (History)
4 users (show)

See Also:
GIT URL:
Initiative type: ---
Sponsorship status: ---
Comma delimited list of Sponsors:
Crowdfunding goal: 0
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 trevor.diamond 2025-05-07 15:41:33 UTC
The Default lost item fee refund on return policy has an option to only refund the replacement cost if unpaid, but this does nothing regarding the overdue.  Similar to the "always refund" or "never refund" options, there needs to be an option for 

Refund replacement cost (if unpaid) and charge new overdue


In theory there should be a corollary "restore overdue" but this would not be used in our consortium and I don't want this bug to be discarded as "too hard" in case adding that option overcomplicates things.
Comment 1 trevor.diamond 2025-12-23 14:09:05 UTC
This is state is acheivable by keeping the item checked out to the patron when it becomes lost (instead of removing it from the patron's checkouts and adding a charge).
Comment 2 Andrew Fuerste-Henry 2026-01-28 19:43:46 UTC
Reopening this, as it is still valid. The lost item refund on return options currently cover two different decision points and don't offer all possible combinations of the two. Those decision points are:

Should the lost fee be refunded? Options are Yes / Yes (only if unpaid) / No

What should be done with the overdue fine? Options are Nothing / Restore old fine / Calculate new fine

We should either add new options to the current dropdown or split it into two dropdowns: one for lost fee options and one for overdue fine options.