https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37305
--- Comment #18 from Martin Renvoize (ashimema) <[email protected]> --- Created attachment 183757 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=183757&action=edit Bug 37305: (follow-up) Only add control number subfield when defined The previous commit introduced a bug where the control number subfield 'w' was being added to the MARC field even when undefined, causing test failures. This patch adds a condition to only push the control number subfield when the value is actually defined, matching the pattern used for other subfields in the method. Signed-off-by: Martin Renvoize <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
