From 8fd59c21c6cc0ec85b9a073989edaa9b93b51d75 Mon Sep 17 00:00:00 2001 From: jitendrapurohit Date: Fri, 2 Dec 2016 15:02:20 +0530 Subject: [PATCH] Include 4.7.14 message template changes --- CRM/Upgrade/Incremental/sql/4.7.14.mysql.tpl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CRM/Upgrade/Incremental/sql/4.7.14.mysql.tpl b/CRM/Upgrade/Incremental/sql/4.7.14.mysql.tpl index aff1e606af..139631cc2e 100644 --- a/CRM/Upgrade/Incremental/sql/4.7.14.mysql.tpl +++ b/CRM/Upgrade/Incremental/sql/4.7.14.mysql.tpl @@ -14,3 +14,6 @@ UPDATE civicrm_navigation SET `url` = 'civicrm/tag?reset=1' WHERE `name` = 'Tags (Categories)' AND `url` = 'civicrm/admin/tag?reset=1'; + +-- Handle message template changes +{include file='../CRM/Upgrade/4.7.14.msg_template/civicrm_msg_template.tpl'} -- 2.25.1