8 Dec
2021
8 Dec
'21
9:46 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15594 --- Comment #3 from Blou <philippe.blouin@inlibro.com> --- Created attachment 128369 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=128369&action=edit Bug 15594: preserve sequence of 260 subfields in (staff) detail page When ordered $a$b$a$b$c in the MARC object, 260 subfields are displayed $a$a$b$b$c. This goes against the standard. This patch preserves the order. 0) create a notice with $a$b$a subfields. In that (mixed) order. 1) Go to staff detail page and see the fields displayed as "aab" 2) apply the patch 3) validate the aba display. -- You are receiving this mail because: You are watching all bug changes.