28 Feb
2023
28 Feb
'23
6:32 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30624 --- Comment #45 from Lucas Gass <lucas@bywatersolutions.com> ---
2) Database update
UPDATE borrowers SET flags = flags + (1<<29) WHERE flags & 4
Can you explain that one to me? I have written stuff like that before, but it's not coming back to me right now. I had expected something like "where flags != 0 and IS NOT NULL"?
Because I want to set the new loggedinlibrary permission for patrons that have the staff access permission when IndependentBranches is turned on. Now that I think about it what you say would work too "WHERE flags != 0 and IS NOT NULL". Happy to change it if you'd like! -- You are receiving this mail because: You are watching all bug changes.