15 Feb
2017
15 Feb
'17
8:32 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17960 --- Comment #27 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- For SQL it's hard, I think for notice templates it shoudl work alright with a database update, because the placeholders are easy to select. Something like this might work: UPDATE letter SET content = REPLACE(content, '<<opac_news.new>>', '<<opac_news.content>>'); -- You are receiving this mail because: You are watching all bug changes.