Bug 23556

Summary: MARC bibliographic framework test (admin/checkmark.pl) does not consider item-level_itype system preference
Product: Koha Reporter: Sophie MEYNIEUX <sophie.meynieux>
Component: Staff interfaceAssignee: Bugs List <koha-bugs>
Status: CLOSED WONTFIX QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: gmcharlt
Version: Main   
Hardware: All   
OS: All   
GIT URL: Initiative type: ---
Sponsorship status: --- Comma delimited list of Sponsors:
Crowdfunding goal: 0 Crowdfunding committed: 0
Crowdfunding contact: Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:

Description Sophie MEYNIEUX 2019-09-06 11:03:17 UTC
MARC bibliographic framework test does not check item-level_itype system preference, so it reports an error on biblioitems.itemtype not mapped and not related to itemtype authorised values if itemtype is at item level
Comment 1 Katrin Fischer 2019-11-03 21:06:34 UTC
Hi Sophie, I think this is the correct behavior. 

Even with item-level itypes, there is a lot of functionality in Koha that relies on a fallback on record level itemtypes (article requests on records without items, checks if something is holdable and which rule should apply, itemtype search in advanced search includes 942$c, etc.)