diff options
author | Jonathan Prykop <jonathan@freeside.biz> | 2015-10-31 01:26:07 -0500 |
---|---|---|
committer | Jonathan Prykop <jonathan@freeside.biz> | 2015-10-31 01:26:07 -0500 |
commit | 212dee7b6078fc6a9dff3469b07274da5b1e905e (patch) | |
tree | 1c5729e4bd710e4179333865c852d898f3167d29 /httemplate | |
parent | b8fc5d2178e7358661e37ef97b7619f7a9080f3a (diff) |
RT#38597: OQM - svc Circuit use and setup
Diffstat (limited to 'httemplate')
-rw-r--r-- | httemplate/elements/tr-cust_svc.html | 4 |
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: <% $svc_x->circuit_provider->provider %> + <BR>Type: <% $svc_x->circuit_type->typename %> +% } % if ( $opt{after_svc_callback} ) { <% &{ $opt{after_svc_callback} }( $cust_svc ) %> % } |