From 638bbf822aa6fb160a0372fab7ef082eb8c9fb83 Mon Sep 17 00:00:00 2001 From: mark Date: Mon, 8 Nov 2010 21:46:14 +0000 Subject: ticket export for svc_phone, domain, broadband, RT#10363 --- httemplate/edit/msg_template.html | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'httemplate') diff --git a/httemplate/edit/msg_template.html b/httemplate/edit/msg_template.html index be917d68d..8e859e6e6 100644 --- a/httemplate/edit/msg_template.html +++ b/httemplate/edit/msg_template.html @@ -101,6 +101,25 @@ my %substitutions = ( '$password' => 'Password', '$domain' => 'Domain name', ], + 'svc_domain' => [ + '$svcnum' => 'Service#', + '$domain' => 'Domain name', + '$registrar' => 'Registrar name', + '$catchall' => 'Catchall email', + ], + 'svc_phone' => [ + '$svcnum' => 'Service#', + '$phonenum' => 'Phone number', + '$countrycode' => 'Country code', + '$domain' => 'Domain name' + ], + 'svc_broadband' => [ + '$svcnum' => 'Service#', + '$ip_addr' => 'IP address', + '$mac_addr' => 'MAC address', + '$speed_up' => 'Upstream speed', + '$speed_down' => 'Downstream speed', + ], 'cust_pay' => [ '$paynum' => 'Payment#', '$paid' => 'Amount', @@ -124,6 +143,9 @@ tie my %sections, 'Tie::IxHash', ( 'cust_bill' => 'Invoice fields', 'cust_pay' => 'Payment fields', 'svc_acct' => 'Login service fields', +'svc_domain'=> 'Domain service fields', +'svc_phone' => 'Phone service fields', +'svc_broadband' => 'Broadband service fields', ); my $widget = new HTML::Widgets::SelectLayers( -- cgit v1.2.1