Bug 35117

Summary: get_marc_components and get_marc_volumes should be more consistent
Product: Koha Reporter: Martin Renvoize <martin.renvoize>
Component: Architecture, internals, and plumbingAssignee: Martin Renvoize <martin.renvoize>
Status: Needs Signoff --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: katrin.fischer
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: 35099    
Bug Blocks:    
Attachments: Bug 35117: Improve consistency

Description Martin Renvoize 2023-10-20 13:30:17 UTC
Bug 35099 highlighted a number of inconsistencies between these two parallel methods.. we should bring them closer.
Comment 1 Martin Renvoize 2023-10-20 13:46:21 UTC
Created attachment 157516 [details] [review]
Bug 35117: Improve consistency

This patch improves the consistency between get_components_query and
get_get_volumes_query methods so they both check for MARC21.

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Comment 2 Martin Renvoize 2023-10-20 13:47:24 UTC
No real test plan as such.. just brings a little more consistency between these two parallel/similar sets of code.