summaryrefslogtreecommitdiff
path: root/rt/etc/upgrade/3.7.15/content
blob: a3a27fdf772ad435483938956bc67cab5ef3774c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
use strict;
use warnings;


our @Templates = (
    {  Queue       => 0,
       Name        => "Forward",    # loc
       Description => "Heading of a forwarded message", # loc
       Content => q{

This is forward of transaction #{ $Transaction->id } of a ticket #{ $Ticket->id }
}
    },
);