Created attachment 99526 [details] [review] Bug 24617: Add number to Descriptions in catalogue detail view Same change as in bug 24530 for OPAC. Only much easier. No trouble from Syndetics. Test plan: Add or remove a few notes from the MARC record (tag 500 etc). Verify the number is correct on the detail page. Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Tested the else part for 'notes' with a [% SET notes = 'test' %] in tt file.
Moving to SO: trivial one liner. Katrin: Please have a look.
Created attachment 99527 [details] [review] Bug 24617: Add number to Descriptions in catalogue detail view Same change as in bug 24530 for OPAC. Only much easier. No trouble from Syndetics. Test plan: Add or remove a few notes from the MARC record (tag 500 etc). Verify the number is correct on the detail page. Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Tested the else part for 'notes' with a [% SET notes = 'test' %] in tt file.
Won't the count be off if there are notes and MARCNOTES?
(In reply to Katrin Fischer from comment #4) > Won't the count be off if there are notes and MARCNOTES? If there are MARCNOTES, the other notes are ignored.
Thx, too quick this morning :)
Created attachment 99816 [details] [review] Bug 24617: Add number to Descriptions in catalogue detail view Same change as in bug 24530 for OPAC. Only much easier. No trouble from Syndetics. Test plan: Add or remove a few notes from the MARC record (tag 500 etc). Verify the number is correct on the detail page. Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Tested the else part for 'notes' with a [% SET notes = 'test' %] in tt file. Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Nice work everyone! Pushed to master for 20.05
enhancement not backported to 19.11.x