14 Oct
2022
14 Oct
'22
7:55 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31654 --- Comment #9 from David Nind <david@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.