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