summaryrefslogtreecommitdiff
path: root/httemplate/edit/msg_template.html
diff options
context:
space:
mode:
authormark <mark>2010-10-27 19:27:59 +0000
committermark <mark>2010-10-27 19:27:59 +0000
commit794e709ef65adb15d75a02ca9fd53d2a2caa5f8b (patch)
treed01a89faf483c647bb9454331b5a6c1c9cb180f7 /httemplate/edit/msg_template.html
parent03870c8fda3909d8aeb9d7120bc1debc3935f1c3 (diff)
cust_pkg fields in ticket export templates, RT#9936
Diffstat (limited to 'httemplate/edit/msg_template.html')
-rw-r--r--httemplate/edit/msg_template.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/edit/msg_template.html b/httemplate/edit/msg_template.html
index f1cbc5550..be917d68d 100644
--- a/httemplate/edit/msg_template.html
+++ b/httemplate/edit/msg_template.html
@@ -80,8 +80,8 @@ my %substitutions = (
],
'cust_pkg' => [
'$pkgnum' => 'Package#',
- '$pkg_label' => 'Package label (short)',
- '$pkg_label_long' => 'Package label (long)',
+ '$pkg' => 'Package description',
+ '$pkg_label' => 'Description + comment',
'$status' => 'Status',
'$statuscolor' => 'Status color code',
'$start_ymd' => 'Start date',