[freeside-commits] branch FREESIDE_3_BRANCH updated. a197d2b5c16c18bf452d5a1e321052d357c7756a
Mark Wells
mark at 420.am
Fri Sep 5 15:31:59 PDT 2014
The branch, FREESIDE_3_BRANCH has been updated
via a197d2b5c16c18bf452d5a1e321052d357c7756a (commit)
from 76a65fb930294e3773ed87f39f0972220854fe42 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit a197d2b5c16c18bf452d5a1e321052d357c7756a
Author: Mark Wells <mark at freeside.biz>
Date: Fri Sep 5 15:30:49 2014 -0700
show svc_cable in customer change history, #27648
diff --git a/httemplate/view/cust_main/change_history.html b/httemplate/view/cust_main/change_history.html
index bf32a49..217b14e 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,
);
-----------------------------------------------------------------------
Summary of changes:
httemplate/view/cust_main/change_history.html | 2 ++
1 file changed, 2 insertions(+)
More information about the freeside-commits
mailing list