Bug 17999

Summary: batch item modifications disregards MARC framework
Product: Koha Reporter: Petter Goksøyr Åsen <boutrosboutrosboutros>
Component: ToolsAssignee: Galen Charlton <gmcharlt>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: minor    
Priority: P5 - low    
Version: Main   
Hardware: All   
OS: All   
GIT URL: Change sponsored?: ---
Patch complexity: --- Documentation contact:
Documentation submission: Text to go in the release notes:
Version(s) released in:
Circulation function:

Description Petter Goksøyr Åsen 2017-01-26 09:02:19 UTC
When performing batch item modifications, the form to enter item details is allways created using the standard MARC framework, and not using the framework of the bilio the items belongs to.
Comment 1 Katrin Fischer 2020-01-11 18:46:17 UTC
I think this is because the items can be from records with different frameworks set. So the default framework is used as least common denominator. It matches in what we do in other places.
What would you suggest?