[Koha-bugs] [Bug 6886] Single branch mode should disable showing the branch name in front of all callnumbers

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sun Apr 7 15:11:16 CEST 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6886

Katrin Fischer <katrin.fischer at bsz-bw.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |katrin.fischer at bsz-bw.de

--- Comment #26 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
Why using a choose when an if would do?

+            <xsl:choose>
+              <xsl:when test="$singleBranchMode=0">
+                  <xsl:value-of select="items:homebranch"/>
+              </xsl:when>
+            </xsl:choose>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list