first pass RT4 merge, RT#13852
[freeside.git] / rt / etc / upgrade / 4.0.3 / content
1 @ScripConditions = (
2     {
3
4       Name                 => 'On Forward',                                # loc
5       Description          => 'Whenever a ticket or transaction is forwarded', # loc
6       ApplicableTransTypes => 'Forward Transaction,Forward Ticket',
7       ExecModule           => 'AnyTransaction', },
8
9     {
10
11       Name                 => 'On Forward Ticket',                         # loc
12       Description          => 'Whenever a ticket is forwarded',            # loc
13       ApplicableTransTypes => 'Forward Ticket',
14       ExecModule           => 'AnyTransaction', },
15
16     {
17
18       Name                 => 'On Forward Transaction',                    # loc
19       Description          => 'Whenever a transaction is forwarded',       # loc
20       ApplicableTransTypes => 'Forward Transaction',
21       ExecModule           => 'AnyTransaction', },
22
23 );