diff options
Diffstat (limited to 'rt/etc/upgrade/4.0.3/content')
-rw-r--r-- | rt/etc/upgrade/4.0.3/content | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/rt/etc/upgrade/4.0.3/content b/rt/etc/upgrade/4.0.3/content new file mode 100644 index 000000000..3e06c89d0 --- /dev/null +++ b/rt/etc/upgrade/4.0.3/content @@ -0,0 +1,23 @@ +@ScripConditions = ( + { + + Name => 'On Forward', # loc + Description => 'Whenever a ticket or transaction is forwarded', # loc + ApplicableTransTypes => 'Forward Transaction,Forward Ticket', + ExecModule => 'AnyTransaction', }, + + { + + Name => 'On Forward Ticket', # loc + Description => 'Whenever a ticket is forwarded', # loc + ApplicableTransTypes => 'Forward Ticket', + ExecModule => 'AnyTransaction', }, + + { + + Name => 'On Forward Transaction', # loc + Description => 'Whenever a transaction is forwarded', # loc + ApplicableTransTypes => 'Forward Transaction', + ExecModule => 'AnyTransaction', }, + +); |