diff options
Diffstat (limited to 'rt/etc/upgrade/3.1.15/content')
-rw-r--r-- | rt/etc/upgrade/3.1.15/content | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/rt/etc/upgrade/3.1.15/content b/rt/etc/upgrade/3.1.15/content new file mode 100644 index 000000000..d23125a0b --- /dev/null +++ b/rt/etc/upgrade/3.1.15/content @@ -0,0 +1,7 @@ +@Scrips = ( + { ScripCondition => 'On Owner Change', + ScripAction => 'Notify Owner', + Template => 'Transaction' }, +); + +1; |