Bug 17999 - batch item modifications disregards MARC framework
Summary: batch item modifications disregards MARC framework
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Tools (show other bugs)
Version: Main
Hardware: All All
: P5 - low minor
Assignee: Galen Charlton
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-01-26 09:02 UTC by Petter Goksøyr Åsen
Modified: 2020-01-11 18:46 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:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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?