https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24378 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer@bsz-bw.de --- Comment #13 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- I think we should not run an updatedatabase here as suggested as the notice could have been translated or removed on purpose (the library not wanting to send it). We could do a replace on the string if the notice exists instead? There are some examples for this in the updatedatabase.pl file: UPDATE saved_sql SET savedsql = REPLACE(savedsql, 'wthdrawn', 'withdrawn'); -- You are receiving this mail because: You are watching all bug changes.