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

--- Comment #27 from Katrin Fischer <[email protected]> ---
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to