import rt 3.8.7
[freeside.git] / rt / etc / upgrade / 3.7.1 / content
1 @ScripConditions = (
2     {  Name                 => 'On Close',                                 # loc
3        Description          => 'Whenever a ticket is closed', # loc
4        ApplicableTransTypes => 'Status,Set',
5        ExecModule           => 'CloseTicket',
6     },
7     {  Name                 => 'On Reopen',                                # loc
8        Description          => 'Whenever a ticket is reopened', # loc
9        ApplicableTransTypes => 'Status,Set',
10        ExecModule           => 'ReopenTicket',
11     },
12 );
13
14