https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32689
David Nind <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #145532|0 |1 is obsolete| | --- Comment #2 from David Nind <[email protected]> --- Created attachment 145547 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=145547&action=edit Bug 32689: Add missing space between 773$i label text and content When 777 Ind. 2 = 8, $i will be used as the label. In this case, we were missing a space between the $i and the other subfields. This patch makes sure there is a space. Note: the colon is expected to be part of the data here. To test: * Update default framework to display 773 a t w i by default in the editor, OPAC and staff interface. * Search for a record in the staff interface * Click New > Add child record from the detail page * Enter 245 and any mandatory fields * Add $i to 773 entry and make the indicators: 0 8 * On the detail page and the result lists, $i will be used a label, but there'll be no space between label and content. Signed-off-by: David Nind <[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/
