Bug 24914

Summary: Saving a record as MARC (Unicode/UTF-8, Standard) remove items
Product: Koha Reporter: Nick Clemens (kidclamp) <nick>
Component: CatalogingAssignee: Bugs List <koha-bugs>
Status: RESOLVED INVALID QA Contact: Testopia <testopia>
Severity: normal    
Priority: P5 - low CC: m.de.rooy
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Bug Depends on: 7345    
Bug Blocks:    

Description Nick Clemens (kidclamp) 2020-03-20 13:27:51 UTC
In catalogue/export.pl for this one format 'marcstd' we call the subroutine marc2marc

This subroutine builds a list of 'private_fields' - which is any field with 9 in the tag. These are then removed from the record. This includes all item tags

To recreate:
1 - Find a record with some items and view the details page
2 - Save record -> MARC (Unicode/UTF-8, Standard)
3 - Open record in marcedit, or stage for import into koha
4 - Note all 9 fields and items are gone
Comment 1 Katrin Fischer 2020-04-28 22:47:49 UTC
But wouldn't that be the expected behavior as the 952 is not standard? Would it help if we changed the decriptions including "without item data" somehow?
Comment 2 Katrin Fischer 2024-01-06 16:24:40 UTC
(In reply to Katrin Fischer from comment #1)
> But wouldn't that be the expected behavior as the 952 is not standard? Would
> it help if we changed the decriptions including "without item data" somehow?

Never got a reply, closing invalid (at least it might draw attention ;) )