From 54220a6821b53d095e7c32927cb3873c6a5838d2 Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Fri, 12 Jan 2018 07:23:05 -0500 Subject: [PATCH] Bug 19191 [QA Followup] - Remove db update so feature is disabled by default for existing installations --- installer/data/mysql/atomicupdate/bug_19191.sql | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 installer/data/mysql/atomicupdate/bug_19191.sql diff --git a/installer/data/mysql/atomicupdate/bug_19191.sql b/installer/data/mysql/atomicupdate/bug_19191.sql deleted file mode 100644 index be54bd1..0000000 --- a/installer/data/mysql/atomicupdate/bug_19191.sql +++ /dev/null @@ -1,3 +0,0 @@ -INSERT INTO `letter` (`module`, `code`, `branchcode`, `name`, `is_html`, `title`, `content`, `message_transport_type`, `lang`) VALUES -('circulation', 'ACCOUNT_PAYMENT', '', 'Account Payment', 0, 'Account Payment', '[%- USE Price -%]\r\nA payment of [% credit.amount * -1 | $Price %] has been applied to your account.\r\n\r\nThis payment affected the following fees:\r\n[%- FOREACH o IN offsets %]\r\nDescription: [% o.debit.description %]\r\nAmount paid: [% o.amount * -1 | $Price %]\r\nAmount remaining: [% o.debit.amountoutstanding | $Price %]\r\n[% END %]', 'email', 'default'), -('circulation', 'ACCOUNT_WRITEOFF', '', 'Account Writeoff', 0, 'Account Writeoff', '[%- USE Price -%]\r\nAn account writeoff of [% credit.amount * -1 | $Price %] has been applied to your account.\r\n\r\nThis writeoff affected the following fees:\r\n[%- FOREACH o IN offsets %]\r\nDescription: [% o.debit.description %]\r\nAmount paid: [% o.amount * -1 | $Price %]\r\nAmount remaining: [% o.debit.amountoutstanding | $Price %]\r\n[% END %]', 'email', 'default'); -- 2.10.2