Bug 29572 - Receipt of issue on expired subscription should follow serialsadditems value
Summary: Receipt of issue on expired subscription should follow serialsadditems value
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Serials (show other bugs)
Version: Main
Hardware: All All
: P5 - low normal (vote)
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-11-24 17:13 UTC by Andrew Fuerste-Henry
Modified: 2021-11-24 17:14 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Fuerste-Henry 2021-11-24 17:13:53 UTC
Koha will allow receipt of an issue on an expired subscription. Bug 29188 already exists to suggest we should no longer allow that. I'd be fine with preventing receipt of issues on expired subscriptions entirely, but for the moment Koha allows it.

In 20.05 and earlier, Koha would correctly follow the serialsadditems when receiving an issue on an expired subscription.

In 21.05, Koha will not create an item when receiving an item on an expired subscription, even if serialsadditems=1. It allows the receipt, but does not present the Add Item form.

If we're not preventing this receipt entirely, we should make it work entirely.