[Koha-bugs] [Bug 18089] All XSLT testing singleBranchMode = 0 fails to show even if install has only 1 branch

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Feb 9 13:14:57 CET 2017


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18089

--- Comment #8 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
Created attachment 60066
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=60066&action=edit
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 at switchinc.org>

Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>

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


More information about the Koha-bugs mailing list