From 51e073d4a71d2fb9b05187a1ee46c1749927305e Mon Sep 17 00:00:00 2001 From: Jonathan Prykop Date: Mon, 1 Jun 2015 16:03:29 -0500 Subject: [PATCH] RT#32226: Disable bulk order link under provisioning link for svc_phone --- httemplate/view/cust_main/packages/services.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/httemplate/view/cust_main/packages/services.html b/httemplate/view/cust_main/packages/services.html index d7644b7de..39055f49a 100644 --- a/httemplate/view/cust_main/packages/services.html +++ b/httemplate/view/cust_main/packages/services.html @@ -10,6 +10,7 @@ function clearhint_search_cust_svc(obj, str) { } +% my $showdidlink = browse_received_did_inventory($cust_pkg->custnum); % foreach my $part_svc ( % $cust_pkg->part_svc( % 'summarize_size' => $opt{'cust_pkg-large_pkg_size'}, @@ -97,7 +98,7 @@ function clearhint_search_cust_svc(obj, str) { % local $opt{'num_avail'} = $part_svc->num_avail;
<% svc_provision_link($cust_pkg, $part_svc, \%opt, $curuser) %> % } -% if (browse_received_did_inventory($cust_pkg->custnum)) { +% if ($showdidlink) {
<% mt('Browse Received DID Inventory') |h %> % } % } -- 2.11.0