]> 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)
committerMason James <mtj@kohaaloha.com>
Wed, 22 Feb 2017 20:36:22 +0000 (09:36 +1300)
commit5dc3abda9d5c3139176875714cf3c5e370aa00b6
treedc43e3f4f17db2057993e5b7c6e5bfdef54ded6e
parent6be4253e46a8e8f9c67e1cef5174c1827b3994aa
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: Mason James <mtj@kohaaloha.com>
C4/XSLT.pm