From: ivan Date: Tue, 4 Oct 2011 00:54:43 +0000 (+0000) Subject: fix bulk for all provision links showing up after first bulk link X-Git-Tag: freeside_2_3_1~252 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=e6f70733037e9295be95cd27791356ba94177968 fix bulk for all provision links showing up after first bulk link --- 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;
<% svc_provision_link($cust_pkg, $part_svc, \%opt, $curuser) %> % } % #XXX if there's orders for this customer {