Bug 30829 - Article requests: record level itemtype not taken into account when item exists
Summary: Article requests: record level itemtype not taken into account when item exists
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Circulation (show other bugs)
Version: 20.11
Hardware: All All
: P5 - low normal
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-05-23 09:58 UTC by Katrin Fischer
Modified: 2022-05-23 09:58 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:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Katrin Fischer 2022-05-23 09:58:05 UTC
To test:

- Create 2 records with a record level itype "article"
- Add an item to one of those with the itype "reference" or similar
- In the circulation conditions, allow article requests 'title only' for the itemtype article
- Verify that the article request link is only shown for the first record without item, although it also matches the circulation rule

In this case, the item is for a printed version of the article that is in storage and not supposed to be used. The library still wants people to use the article request feature to get the document.

It seems strange with the record only option, that the item would overwrite the record level itemtype here.