[Koha-bugs] [Bug 31654] Hide non-public libraries from MastheadLibraryPulldown

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Oct 14 20:55:32 CEST 2022


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

--- Comment #9 from David Nind <david at davidnind.com> ---
A temporary work around to making libraries not public until bug 31785 is in
master (fixes MySQL strict mode issues) is to use SQL: update branches set
public=0 where branchcode = XXX;

Where XXX = code for library you want to make not public, such as CPL.

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


More information about the Koha-bugs mailing list