Bug 40862

Summary: Repeated 028 fields are missing a separator
Product: Koha Reporter: Lari Taskula <lari.taskula>
Component: MARC Bibliographic data supportAssignee: Bugs List <koha-bugs>
Status: Needs Signoff --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low    
Version: unspecified   
Hardware: All   
OS: All   
GIT URL: Change sponsored?: ---
Patch complexity: --- Documentation contact:
Documentation submission: Text to go in the release notes:
Version(s) released in:
Circulation function:
Attachments: Bug 40862: Add separator to repeated 028 fields
Bug 40862: Correct indentation

Description Lari Taskula 2025-09-23 16:28:48 UTC
Repeated 028 (publisher number) fields are missing a separator.

To test:

1. Add multiple 028 fields to a record
2. Navigate to both OPAC and staff interface record detail view
3. Observe two 028 merging together with no separator

What shall we use as a separator?
Comment 1 Lari Taskula 2025-09-23 16:52:34 UTC
Created attachment 186833 [details] [review]
Bug 40862: Add separator to repeated 028 fields

To test:
1. Add multiple 028 fields to a record
2. Navigate to both OPAC and staff interface record detail view
3. Observe two 028 separated with a | character
Comment 2 Lari Taskula 2025-09-23 16:52:36 UTC
Created attachment 186834 [details] [review]
Bug 40862: Correct indentation

No other changes apart from indentation correction.

To test:
1. git diff -w  --word-diff-regex=[^[:space:]] HEAD~1
2. Observe no differences (above cmd ignores space changes)
3. Therefore patch only includes whitespace changes