diff options
author | levinse <levinse> | 2011-04-17 03:27:42 +0000 |
---|---|---|
committer | levinse <levinse> | 2011-04-17 03:27:42 +0000 |
commit | 073169e80bea0560b64e468a76121bf837de34f3 (patch) | |
tree | 9beb2f6069f62d28032311e5f9fdb567fcb4330e /httemplate/view | |
parent | 0bce81dcafbe1116a7dcd3254d58ebbebaf18ae9 (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 1e636ad4e..a5a55521a 100644 --- a/httemplate/view/cust_main/packages/services.html +++ b/httemplate/view/cust_main/packages/services.html @@ -63,6 +63,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> |