blob: 9d97c356c7754f540cf3db08ab34804b632878f7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
@Templates = (
{ Queue => 0,
Name => "Forward", # loc
Description => "Heading of a forwarded message", # loc
Content => q{
This is forward of transaction #{ $Transaction->id } of a ticket #{ $Ticket->id }
}
},
);
|