From 42fd3cde3a01c5ae6e70c50d4487f36141a2adc3 Mon Sep 17 00:00:00 2001 From: David Houghton Date: Fri, 5 Sep 2014 13:17:15 -0400 Subject: [PATCH] the two necessary changes to get Cable to show up in the history table --- httemplate/view/cust_main/change_history.html | 2 ++ 1 file changed, 2 insertions(+) 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, ); -- 2.11.0