http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13269
--- Comment #4 from Owen Leonard <[email protected]> --- Actually that's wrong, all the same notes fields show up in both. The data is returned by exactly the same function in both OPAC and staff client, which simply grabs everything in the 5xx range. It's important to note that there are two different ways 5xx data is being displayed: 1. All of the 5xx data is dumped into the descriptions tab without any parsing at all. That is, Koha doesn't examine which tag is which when being displayed. That's why there aren't any labels (See Bug 13248). 2. Some notes fields are selected by the XSL template for display outside of the descriptions tab. In the OPAC: 530, 505, 583, 586, 511, 502, and 520 In the staff client: 505 and 502 (fewer -- which may be the cause of the original report here?) Notes fields displayed by XSLT have an associated label because they are being explicitly chosen for display. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
