summaryrefslogtreecommitdiff
path: root/rt/etc/upgrade/3.1.15/content
blob: d23125a0b01a1b88e7e8deab5fd6eb3005688761 (plain)
1
2
3
4
5
6
7
@Scrips = (
    {  ScripCondition => 'On Owner Change',
       ScripAction    => 'Notify Owner',
       Template       => 'Transaction' },
);

1;