diff options
author | ivan <ivan> | 2010-07-27 06:51:44 +0000 |
---|---|---|
committer | ivan <ivan> | 2010-07-27 06:51:44 +0000 |
commit | 2bbfc3379be19a01094d55ac6ba53a1360f1797f (patch) | |
tree | ebd884d0194fea8f8bae2d576026b5c2efd1eda6 /httemplate/view/cust_main/packages | |
parent | 2b96da0344fe5f46caf80257890312de444d935b (diff) |
extend maestro status API for the multi-service scenario, RT#9334
Diffstat (limited to 'httemplate/view/cust_main/packages')
-rw-r--r-- | httemplate/view/cust_main/packages/services.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/httemplate/view/cust_main/packages/services.html b/httemplate/view/cust_main/packages/services.html index 0fe7931d8..6e30922c5 100644 --- a/httemplate/view/cust_main/packages/services.html +++ b/httemplate/view/cust_main/packages/services.html @@ -58,6 +58,11 @@ % if ( $curuser->access_right('Unprovision customer service') ) { <FONT SIZE="-2">( <%svc_unprovision_link($cust_svc)%> )</FONT> % } + +% if ( $part_svc->svcdb eq 'svc_pbx' && $opt{'maestro-status_test'} ){ + <FONT SIZE="-2">( <A HREF="<% $p %>misc/maestro-customer_status-test.html?<% $cust_pkg->custnum.'+'.$cust_svc->svcnum %>">Test maestro status</A> )</FONT> +% } + </TD> </TR> % } |