]> git.koha-community.org Git - koha.git/commit
Bug 18089 - All XSLT testing singleBranchMode = 0 fails to show even if install has...
authorKyle M Hall <kyle@bywatersolutions.com>
Thu, 9 Feb 2017 11:48:40 +0000 (11:48 +0000)
committerKatrin Fischer <katrin.fischer.83@web.de>
Tue, 14 Feb 2017 21:26:18 +0000 (22:26 +0100)
commitc622e8df475f742cf95c71e09c23529659457958
tree893659a9942be1dfcc3251503dba69d82e918e32
parent2e5be93600e64a431b97e3fce6fe427619e398f0
Bug 18089 - All XSLT testing singleBranchMode = 0 fails to show even if install has only 1 branch

Due to the way it has been implemented, singleBranchMode is set to an
empty string rather than 0 if there is only one branch. This causes any
block that tests for singleBranchMOde to be 0 to never appear.

Test Plan:
1) Apply this patch set
2) prove t/XSLT.t

Signed-off-by: Jenny Schmidt <jschmidt@switchinc.org>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
(cherry picked from commit ed5cb5fc9727ca09deb392f4392c1aa35b4e47a5)
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
C4/XSLT.pm