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?
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
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