summaryrefslogtreecommitdiff
path: root/rt/etc/upgrade/3.7.15/content
diff options
context:
space:
mode:
Diffstat (limited to 'rt/etc/upgrade/3.7.15/content')
-rw-r--r--rt/etc/upgrade/3.7.15/content12
1 files changed, 12 insertions, 0 deletions
diff --git a/rt/etc/upgrade/3.7.15/content b/rt/etc/upgrade/3.7.15/content
new file mode 100644
index 0000000..9d97c35
--- /dev/null
+++ b/rt/etc/upgrade/3.7.15/content
@@ -0,0 +1,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 }
+}
+ },
+);
+