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-10-31 01:26:07 -0500
commit212dee7b6078fc6a9dff3469b07274da5b1e905e (patch)
tree1c5729e4bd710e4179333865c852d898f3167d29 /httemplate
parentb8fc5d2178e7358661e37ef97b7619f7a9080f3a (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 ) %>
% }