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

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

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