From 6a328309d0c14da0c65996c85a88e1426560171f Mon Sep 17 00:00:00 2001
From: JediKev <kevin@enhancesoft.com>
Date: Mon, 16 Jul 2018 14:24:55 -0500
Subject: [PATCH] typo: Template Patch

This addresses an issue where there was a typo in the latest template patch
causing an unsuccessful run.
---
 include/upgrader/streams/core/70921d5c-26fd79dc.patch.sql | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/upgrader/streams/core/70921d5c-26fd79dc.patch.sql b/include/upgrader/streams/core/70921d5c-26fd79dc.patch.sql
index ed631e92d..f3bc7e0b2 100644
--- a/include/upgrader/streams/core/70921d5c-26fd79dc.patch.sql
+++ b/include/upgrader/streams/core/70921d5c-26fd79dc.patch.sql
@@ -22,7 +22,7 @@ UPDATE `%TABLE_PREFIX%role`
 
 -- Ticket Notice Template
 UPDATE `%TABLE_PREFIX%email_template`
-    SET `code_name` = REPLACE('ticket.notice', '%{message}', '%{message}<br><br>%{response}')
+    SET `body` = REPLACE(`body`, '%{message}', '%{message}<br><br>%{response}')
     WHERE `code_name` = 'ticket.notice';
 
  -- Finished with patch
-- 
GitLab