https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19316 --- Comment #42 from Nick Clemens (kidclamp) <nick@bywatersolutions.com> --- (In reply to Katrin Fischer from comment #36)
Hi Nick, some questions: 1) It looks like these fields for items are MARC independent. They appear in the forms independent of a mapping to 952. Is this correct?
This is correct, the fields only appear in the 'Items' tab view, not the 'Manage items' page
2) How would you import or export this data?
You would have to do it independently of the marc, it is in the items table
3) What would happen if they were mapped to a MARC subfield? (not in test plan)
It works fine if you map it, I added subfield k to default and mapped it to the field. Editing in the 'manage items' or 'items' tab correctly sets the value - the only place you have a conflict is in batch editing - it seems the 'marc' value wins in that case I think we could add some tooltips or something to indicate that they aren't stored in the marc, and that tying them to the marc may be odd. Is the behaviour a blocker for you? -- You are receiving this mail because: You are watching all bug changes.