summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorJonathan Prykop <jonathan@freeside.biz>2015-10-31 01:26:07 -0500
committerJonathan Prykop <jonathan@freeside.biz>2015-11-10 23:24:21 -0600
commit0e1e72497fe8a045631f1f060ea63b506df3d238 (patch)
treeede96969b8d89c7c27ee60ab65c6d0193b74bf22 /httemplate
parentea7ad838b493e85a9d6cf070903e8ffedbe2c33b (diff)
RT#38597: OQM - svc Circuit use and setup
Diffstat (limited to 'httemplate')
-rw-r--r--httemplate/elements/tr-cust_svc.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/httemplate/elements/tr-cust_svc.html b/httemplate/elements/tr-cust_svc.html
index 03de3ba69..2d1a9e6a5 100644
--- a/httemplate/elements/tr-cust_svc.html
+++ b/httemplate/elements/tr-cust_svc.html
@@ -38,6 +38,10 @@ Usage:
<% FS::UI::Web::svc_label_link($m, $part_svc, $cust_svc) %>
% }
</B>
+% if ($part_svc->svcdb eq 'svc_circuit') {
+ <BR>Provider:&nbsp;<% $svc_x->circuit_provider->provider %>
+ <BR>Type:&nbsp;<% $svc_x->circuit_type->typename %>
+% }
% if ( $opt{after_svc_callback} ) {
<% &{ $opt{after_svc_callback} }( $cust_svc ) %>
% }