Bug 18121: Replace opac_news.new with opac_news.content in notices templates
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 15 Feb 2017 08:39:23 +0000 (08:39 +0000)
committerKyle M Hall <kyle@bywatersolutions.com>
Thu, 13 Apr 2017 12:24:14 +0000 (08:24 -0400)
commit87d1d42f525e2430e9a5f574758495fc32947a9f
tree3ff5a2d00840936aacfe22fa1f20bce25964c799
parent392641ff1ec0cf2b6480af134fd676edf64f4df7
Bug 18121: Replace opac_news.new with opac_news.content in notices templates

Bug 17960 replaces opac_news.new with opac_news.content, we can replace
the content of the notices' templates automatically.

Test plan:
Checkout a commit prior to bug 17960. Install a new DB with sample data.
You should have notices with <<opac_news.new>>

Switch to a branch with this patch, on top of master

Execute the updatedatabase.pl sript
=> The notices with opac_news.new should have been replaced with
opac_news.content

Signed-off-by: Srdjan <srdjan@catalyst.net.nz>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
installer/data/mysql/updatedatabase.pl