RT 4.2.11, ticket#13852
[freeside.git] / rt / etc / upgrade / 4.2.6 / content
diff --git a/rt/etc/upgrade/4.2.6/content b/rt/etc/upgrade/4.2.6/content
new file mode 100644 (file)
index 0000000..e17c5ea
--- /dev/null
@@ -0,0 +1,9 @@
+use strict;
+use warnings;
+
+our @ScripActions = (
+    { Name        => 'Notify Owner or AdminCcs',                         # loc
+      Description => 'Sends mail to the Owner if set, otherwise administrative Ccs',    # loc
+      ExecModule  => 'NotifyOwnerOrAdminCc',
+    },
+);