[freeside-commits] freeside/httemplate/search cust_pay_batch.cgi, 1.9, 1.10

Ivan,,, ivan at wavetail.420.am
Sun May 3 11:34:11 PDT 2009


Update of /home/cvs/cvsroot/freeside/httemplate/search
In directory wavetail.420.am:/tmp/cvs-serv25738/httemplate/search

Modified Files:
	cust_pay_batch.cgi 
Log Message:
add "Redownload resolved batches" ACL for s1, RT#4271

Index: cust_pay_batch.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/search/cust_pay_batch.cgi,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- cust_pay_batch.cgi	16 Oct 2008 05:29:00 -0000	1.9
+++ cust_pay_batch.cgi	3 May 2009 18:34:09 -0000	1.10
@@ -132,6 +132,9 @@
        || ( $pay_batch->status eq 'I'
             && $FS::CurrentUser::CurrentUser->access_right('Reprocess batches')
           ) 
+       || ( $pay_batch->status eq 'R'
+            && $FS::CurrentUser::CurrentUser->access_right('Redownload resolved batches')
+          ) 
   ) {
     $html_init .= qq!<FORM ACTION="$p/misc/download-batch.cgi" METHOD="POST">!;
     if ( $fixed ) {



More information about the freeside-commits mailing list