summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2011-10-04 00:54:42 +0000
committerivan <ivan>2011-10-04 00:54:42 +0000
commit512ea5070953363ee2c90ecef5cf937aeaee0906 (patch)
treec9af05551b3c2c7e0ab493f3b5bc4855d4b29844
parent7d8bc7cdd5bd9f5578701d16874a2cbb0c336106 (diff)
fix bulk for all provision links showing up after first bulk link
-rw-r--r--httemplate/view/cust_main/packages/services.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/view/cust_main/packages/services.html b/httemplate/view/cust_main/packages/services.html
index 8f3a028dd..4151e0649 100644
--- a/httemplate/view/cust_main/packages/services.html
+++ b/httemplate/view/cust_main/packages/services.html
@@ -74,7 +74,7 @@ function clearhint_search_cust_svc(obj, str) {
% if ( $curuser->access_right('Bulk provision customer service')
% && $part_svc->svcdb eq 'svc_phone' ) {
% if ( $part_svc->num_avail > 5 ) {
-% $opt{'bulk'} = 1;
+% local $opt{'bulk'} = 1;
<BR><% svc_provision_link($cust_pkg, $part_svc, \%opt, $curuser) %>
% }
% #XXX if there's orders for this customer {