[freeside-commits] freeside/httemplate/view/cust_main/packages services.html, 1.15, 1.16
Ivan,,,
ivan at wavetail.420.am
Mon Oct 3 17:54:44 PDT 2011
Update of /home/cvs/cvsroot/freeside/httemplate/view/cust_main/packages
In directory wavetail.420.am:/tmp/cvs-serv2536
Modified Files:
services.html
Log Message:
fix bulk for all provision links showing up after first bulk link
Index: services.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/view/cust_main/packages/services.html,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -w -d -r1.15 -r1.16
--- services.html 10 Aug 2011 05:22:31 -0000 1.15
+++ services.html 4 Oct 2011 00:54:42 -0000 1.16
@@ -74,7 +74,7 @@
% 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 {
More information about the freeside-commits
mailing list