Bug 36209 - Recalls: Do not force a change to the due date when an item is recalled
Summary: Recalls: Do not force a change to the due date when an item is recalled
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Circulation (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on: 19532
Blocks:
  Show dependency treegraph
 
Reported: 2024-03-01 01:29 UTC by Aleisha Amohia
Modified: 2024-08-21 16:43 UTC (History)
2 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: recalls


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Aleisha Amohia 2024-03-01 01:29:36 UTC
When an item is recalled, Koha looks to the relevant due date interval circulation rule to adjust the checkout's due date.

If the circulation rule for recall due date interval is not defined (empty), Koha defaults to 5 days.

We should remove this default so that if the circulation rule for recall due date interval is left empty, then the checkout due date is not adjusted.

This has been prompted by a library who uses recalls in a way that the due date is not adjusted, but the patron is charged a specific recall fine if they are late to return it.