]> git.uio.no Git - usit-rt.git/blame - etc/upgrade/4.0.3/content
Putting 4.2.0 on top of 4.0.17
[usit-rt.git] / etc / upgrade / 4.0.3 / content
CommitLineData
af59614d
MKG
1use strict;
2use warnings;
3
4our @ScripConditions = (
01e3b242
MKG
5 {
6
7 Name => 'On Forward', # loc
8 Description => 'Whenever a ticket or transaction is forwarded', # loc
9 ApplicableTransTypes => 'Forward Transaction,Forward Ticket',
10 ExecModule => 'AnyTransaction', },
11
12 {
13
14 Name => 'On Forward Ticket', # loc
15 Description => 'Whenever a ticket is forwarded', # loc
16 ApplicableTransTypes => 'Forward Ticket',
17 ExecModule => 'AnyTransaction', },
18
19 {
20
21 Name => 'On Forward Transaction', # loc
22 Description => 'Whenever a transaction is forwarded', # loc
23 ApplicableTransTypes => 'Forward Transaction',
24 ExecModule => 'AnyTransaction', },
25
26);