https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26176 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|rel_24_05_candidate |additional_work_needed, | |RM_priority --- Comment #25 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- (In reply to Fridolin Somers from comment #24)
Arg copy/paste error in "Also rename StaffLoginBranchBasedOnIP" patch :
UPDATE systempreferences SET variable = "StaffLoginRestrictLibraryByIP" WHERE variable = "StaffLoginLibraryBasedOnIP"
It is:
UPDATE systempreferences SET variable = "StaffLoginLibraryBasedOnIP" WHERE variable = "StaffLoginBranchBasedOnIP"
Not good. :( We'll need a new bug report and a follow-up. -- You are receiving this mail because: You are watching all bug changes.