show svc_cable in customer change history, #27648
authorMark Wells <mark@freeside.biz>
Fri, 5 Sep 2014 22:30:49 +0000 (15:30 -0700)
committerMark Wells <mark@freeside.biz>
Fri, 5 Sep 2014 22:30:49 +0000 (15:30 -0700)
httemplate/view/cust_main/change_history.html

index bf32a49..217b14e 100644 (file)
@@ -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,
 );