https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31784
Bug ID: 31784
Summary: SingleBranchMode ignores public flag
Change sponsored?: ---
Product: Koha
Version: master
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5 - low
Component: Architecture, internals, and plumbing
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
The test in C4/Auth.pm:
singleBranchMode => ( Koha::Libraries->search->count == 1 ),
misses a fundamental condition, i.e. public should be true.
C4/XSLT.pm: my $singleBranchMode = Koha::Libraries->search->count == 1 ? 1 :
0;
t/Koha.t: is ( Koha::Libraries->search->count, 1, 'There should be only 1
library (singleBranchMode on)' );
--
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/