18 Apr
2023
18 Apr
'23
12:48 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33300 --- Comment #13 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- What you actually need, is: UPDATE systempreferences SET variable='AutomaticConfirmTransfer' WHERE variable='AutomaticWrongTransfer' This works always. No need to count, delete, etc. You could even catch the number of updated recs. No blocker, just noting for next time :) -- You are receiving this mail because: You are watching all bug changes.