diff options
| author | levinse <levinse> | 2011-04-17 03:28:12 +0000 |
|---|---|---|
| committer | levinse <levinse> | 2011-04-17 03:28:12 +0000 |
| commit | fe54b392480244e9486603b162902acd2144bbc6 (patch) | |
| tree | f91678656f227d65035c5d539c00f7d7c3dc8f32 /httemplate/view | |
| parent | ac2a516d126ab23b46138a6b930545fecc633943 (diff) | |
bulk DID orders/inventory enhancements, RT11291
Diffstat (limited to 'httemplate/view')
| -rw-r--r-- | httemplate/view/cust_main/packages/services.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/httemplate/view/cust_main/packages/services.html b/httemplate/view/cust_main/packages/services.html index 512efccc4..a784e496d 100644 --- a/httemplate/view/cust_main/packages/services.html +++ b/httemplate/view/cust_main/packages/services.html @@ -104,6 +104,10 @@ function clearhint_search_cust_svc(obj, str) { <TR> <TD COLSPAN=3 ALIGN="center" STYLE="padding-bottom:4px;padding-top:0px"> <B><% svc_provision_link($cust_pkg, $part_svc, \%opt, $curuser) %></B> +% if ( $curuser->access_right('Bulk provision customer service') +% && $part_svc->svcdb eq 'svc_phone' ) { + <BR><A HREF="<%$p%>browse/did_order.html?custnum=<%$cust_pkg->custnum%>">Browse Received DID Inventory</A> +% } </TD> </TR> |
