import rt 3.8.7
[freeside.git] / rt / etc / upgrade / 3.7.15 / content
1
2 @Templates = (
3     {  Queue       => 0,
4        Name        => "Forward",    # loc
5        Description => "Heading of a forwarded message", # loc
6        Content => q{
7
8 This is forward of transaction #{ $Transaction->id } of a ticket #{ $Ticket->id }
9 }
10     },
11 );
12