RT 4.2.11, ticket#13852
[freeside.git] / rt / etc / upgrade / 4.1.15 / content
diff --git a/rt/etc/upgrade/4.1.15/content b/rt/etc/upgrade/4.1.15/content
new file mode 100644 (file)
index 0000000..3e1f1d5
--- /dev/null
@@ -0,0 +1,22 @@
+use strict;
+use warnings;
+
+our @ScripActions = (
+    { Name        => 'Notify Owner and AdminCcs',                         # loc
+      Description => 'Sends mail to the Owner and administrative Ccs',    # loc
+      ExecModule  => 'Notify',
+      Argument    => 'Owner,AdminCc' },
+);
+
+our @Templates = (
+    # Shadow the global templates of the same name to suppress duplicate
+    # notifications until rules is ripped out.
+    { Queue     => "___Approvals",
+      Name      => "Transaction in HTML",
+      Content   => "",
+    },
+    { Queue     => "___Approvals",
+      Name      => "Transaction",
+      Content   => "",
+    },
+);