summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2014-09-05 15:30:49 -0700
committerMark Wells <mark@freeside.biz>2014-09-05 15:30:49 -0700
commita197d2b5c16c18bf452d5a1e321052d357c7756a (patch)
treeb5ba598db60965b0c993ef330d6b809d74844ec6
parent76a65fb930294e3773ed87f39f0972220854fe42 (diff)
show svc_cable in customer change history, #27648
-rw-r--r--httemplate/view/cust_main/change_history.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/httemplate/view/cust_main/change_history.html b/httemplate/view/cust_main/change_history.html
index bf32a49f9..217b14e7f 100644
--- a/httemplate/view/cust_main/change_history.html
+++ b/httemplate/view/cust_main/change_history.html
@@ -42,6 +42,7 @@ tie my %tables, 'Tie::IxHash',
'svc_broadband' => 'Broadband',
'svc_external' => 'External service',
'svc_phone' => 'Phone',
+ 'svc_cable' => 'Cable',
'phone_device' => 'Phone device',
'cust_pkg_discount' => 'Discount',
#? it gets provisioned anyway 'phone_avail' => 'Phone',
@@ -59,6 +60,7 @@ my %table_join = (
'svc_broadband' => $svc_join,
'svc_external' => $svc_join,
'svc_phone' => $svc_join,
+ 'svc_cable' => $svc_join,
'phone_device' => $svc_join,
'cust_pkg_discount'=> $pkg_join,
);