]> git.uio.no Git - usit-rt.git/blob - etc/upgrade/3.7.15/content
Upgrade to 4.2.8
[usit-rt.git] / etc / upgrade / 3.7.15 / content
1 use strict;
2 use warnings;
3
4
5 our @Templates = (
6     {  Queue       => 0,
7        Name        => "Forward",    # loc
8        Description => "Heading of a forwarded message", # loc
9        Content => q{
10
11 This is forward of transaction #{ $Transaction->id } of a ticket #{ $Ticket->id }
12 }
13     },
14 );
15