[Koha-bugs] [Bug 17960] Rename opac_news.new with opac_news.content

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Feb 15 09:32:55 CET 2017


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

--- Comment #27 from Katrin Fischer <katrin.fischer at 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.


More information about the Koha-bugs mailing list