Merge branch 'master' of git.freeside.biz:/home/git/freeside
[freeside.git] / rt / etc / upgrade / 4.1.15 / content
1 use strict;
2 use warnings;
3
4 our @ScripActions = (
5     { Name        => 'Notify Owner and AdminCcs',                         # loc
6       Description => 'Sends mail to the Owner and administrative Ccs',    # loc
7       ExecModule  => 'Notify',
8       Argument    => 'Owner,AdminCc' },
9 );
10
11 our @Templates = (
12     # Shadow the global templates of the same name to suppress duplicate
13     # notifications until rules is ripped out.
14     { Queue     => "___Approvals",
15       Name      => "Transaction in HTML",
16       Content   => "",
17     },
18     { Queue     => "___Approvals",
19       Name      => "Transaction",
20       Content   => "",
21     },
22 );