import rt 3.8.7
[freeside.git] / rt / etc / upgrade / 3.7.15 / content
diff --git a/rt/etc/upgrade/3.7.15/content b/rt/etc/upgrade/3.7.15/content
new file mode 100644 (file)
index 0000000..9d97c35
--- /dev/null
@@ -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 }
+}
+    },
+);
+