diff options
author | mark <mark> | 2010-10-18 22:23:26 +0000 |
---|---|---|
committer | mark <mark> | 2010-10-18 22:23:26 +0000 |
commit | 3542eb33ca09edef912885d05d1fa47181a61d51 (patch) | |
tree | f12ae2e2de21dbc72396816ef3665c8bf6ba5e1e /httemplate/edit/msg_template.html | |
parent | 012d4123d496461ea2548769fab4eef94cd066f1 (diff) |
rt_ticket export, RT#9936
Diffstat (limited to 'httemplate/edit/msg_template.html')
-rw-r--r-- | httemplate/edit/msg_template.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/httemplate/edit/msg_template.html b/httemplate/edit/msg_template.html index 4546db98b..f1cbc5550 100644 --- a/httemplate/edit/msg_template.html +++ b/httemplate/edit/msg_template.html @@ -96,8 +96,10 @@ my %substitutions = ( '$location_label' => 'Service location', ], 'svc_acct' => [ + '$svcnum' => 'Service#', '$username' => 'Login name', '$password' => 'Password', + '$domain' => 'Domain name', ], 'cust_pay' => [ '$paynum' => 'Payment#', |