Bug 24652

Summary: Should TransformMarcToKoha check the repeatable flag for multiple subfields?
Product: Koha Reporter: Marcel de Rooy <m.de.rooy>
Component: Architecture, internals, and plumbingAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low    
Version: Main   
Hardware: All   
OS: All   
See Also: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21800
GIT URL: Change sponsored?: ---
Patch complexity: --- Documentation contact:
Documentation submission: Text to go in the release notes:
Version(s) released in:
Circulation function:

Description Marcel de Rooy 2020-02-13 11:53:00 UTC
See bug 21800 for the reverse operation TransformKohaToMarc.
Currently, we rely on the interface for the operation of TransformMarcToKoha.
It does not check the repeatable flag of subfields. If you give it two subfields for a non-repeatable subfields, it just merges both into a kohafield like "A | B".