Merge branch 'patch-4' of https://github.com/gjones2/Freeside (#13854 as this bug...
[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 );