diff options
Diffstat (limited to 'rt/etc/upgrade/3.8.6/content')
-rw-r--r-- | rt/etc/upgrade/3.8.6/content | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/rt/etc/upgrade/3.8.6/content b/rt/etc/upgrade/3.8.6/content new file mode 100644 index 000000000..a9793c6e1 --- /dev/null +++ b/rt/etc/upgrade/3.8.6/content @@ -0,0 +1,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 } +} + }, +); |