10 Feb
2020
10 Feb
'20
9:11 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24530 --- Comment #11 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- (In reply to Katrin Fischer from comment #6) Thanks for QAing.
- Changes only OPAC, not staff
Will open a new report for that.
- Might show a false 0 in some context:
[% IF ( MARCNOTES || notes || ( SyndeticsEnabled && SyndeticsSummary && SYNDETICS_SUMMARY )) %] <li id="tab_descriptions"> <a href="#descriptions">Title notes ( [% MARCNOTES.size %] )</a></li>
If there are notes and/or Syndetics content, but no MARCNOTES, the tab will display 0, looking 'empty' to the patrons.
Good point. Adjusted in follow-up. -- You are receiving this mail because: You are watching all bug changes.