27 Apr
2021
27 Apr
'21
11:51 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11175 --- Comment #134 from Peter Vashchuk <stalkernoid@gmail.com> --- Created attachment 120206 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=120206&action=edit Bug 11175: (follow-up) make atomic update idempotent Atomic update tries to insert line into system preferences even if it's already there. This patch fixes that by adding 'IGNORE' to the query, making it idempotent. -- You are receiving this mail because: You are watching all bug changes.