https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23407
Marcel de Rooy <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |BLOCKED --- Comment #6 from Marcel de Rooy <[email protected]> --- QA: Looking here > QA can grep the standard XSLT files for details pages for 'item' to note > occurences do not use items information intranetResults xmlns:items="http://www.koha-community.org/items" exclude-result-prefixes="marc items str"> <xsl:key name="item-by-status" match="items:item" use="items:status"/> <xsl:key name="item-by-status-and-branch" match="items:item" use="concat(items:status, ' ', items:homebranch)"/> <xsl:variable name="hidelostitems" select="marc:sysprefs/marc:syspref[@name='hidelostitems']"/> still a few lines in intranetDetails too Removed in a follow-up -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
