245 Subfields in the OPAC Detail Display (MARC21slim2OPACDetail.xsl) are being reordered once saved. For instance, instead of displaying according to ACR2 as 245 $a$h:$b, it's being displayed as 245 $a$b:$h.
Created attachment 6341 [details] [review] proposed patch changes 245 $a$b: $h to 245 $a$h: $b
Created attachment 6502 [details] [review] Bug 6971: XSLT Opac Detail displays 245 subfields out of order. 245 Subfields in the OPAC Detail Display (MARC21slim2OPACDetail.xsl) are being reordered on display. Instead of displaying 245$a 245$h 245$b, the stylesheet was displaying 245$a 245$b 245$h. This patch does not address ISBD punctuation. Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com> Clarified commit message.
Created attachment 6503 [details] [review] Bug 6971: XSLT Intranet Detail displays 245 subfields out of order 245 Subfields in the Intranet Detail Display (MARC21slim2intranetDetail.xsl) are being reordered on display. Instead of displaying 245$a 245$h 245$b, the stylesheet was displaying 245$a 245$b 245$h. This patch does not address ISBD punctuation. Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com> Follow-up patch to address the issue in the staff client.
The first patch has been signed off. The second patch, a follow-up for the staff client, still needs sign-off.
Created attachment 6506 [details] [review] Bug 6971: XSLT Intranet Detail displays 245 subfields out of order 245 Subfields in the Intranet Detail Display (MARC21slim2intranetDetail.xsl) are being reordered on display. Instead of displaying 245$a 245$h 245$b, the stylesheet was displaying 245$a 245$b 245$h. This patch does not address ISBD punctuation. Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com> Follow-up patch to address the issue in the staff client. Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
QA comment: none, small patch Patch pushed, please test PS: Welcome Albert, you're 163th !
Included in the 3.6 branch prior to 3.6.4.