[Koha-bugs] [Bug 4941] Can't set branch in staff client when singleBranchMode is enabled

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Mar 25 12:45:39 CET 2015


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

--- Comment #8 from Jonathan Druart <jonathan.druart at biblibre.com> ---
(In reply to Katrin Fischer from comment #7)
> Looking at the pref or doing a count of the branches in Auth.pm? Trying to
> understand :)

Count the branches from Auth and remove the pref everywhere.
$template->param( singleBranchMode => Koha::Branches->search->count );

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list