https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23407 Marcel de Rooy <m.de.rooy@rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |BLOCKED --- Comment #6 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- 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.