Skip to content
Snippets Groups Projects
Commit 6a328309 authored by JediKev's avatar JediKev
Browse files

typo: Template Patch

This addresses an issue where there was a typo in the latest template patch
causing an unsuccessful run.
parent 990352af
Branches
Tags
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment