summaryrefslogtreecommitdiff
path: root/rt/etc/upgrade/3.8.6/content
blob: a9793c6e1ab5377aff8d7000220b9da42247608b (plain)
1
2
3
4
5
6
7
8
9
10
@Templates = (
    {  Queue       => 0,
       Name        => "Forward Ticket",    # loc
       Description => "Heading of a forwarded Ticket", # loc
       Content => q{

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