[Koha-bugs] [Bug 33300] Wrong system preference name AutomaticWrongTransfer

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Apr 18 13:48:19 CEST 2023


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

--- Comment #13 from Marcel de Rooy <m.de.rooy at 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.


More information about the Koha-bugs mailing list