[freeside-commits] branch master updated. 076f8cdad3dea2c56859df36479be398074c4807

Ivan ivan at 420.am
Mon Sep 28 20:17:41 PDT 2015


The branch, master has been updated
       via  076f8cdad3dea2c56859df36479be398074c4807 (commit)
      from  4c8c839f65491c9ec41e78fce02ab5c91a5f4595 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 076f8cdad3dea2c56859df36479be398074c4807
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Mon Sep 28 20:17:40 2015 -0700

    remove credit voiding ACL, RT#37908

diff --git a/httemplate/edit/process/cust_credit_bill.cgi b/httemplate/edit/process/cust_credit_bill.cgi
index d3847dc..db15eac 100755
--- a/httemplate/edit/process/cust_credit_bill.cgi
+++ b/httemplate/edit/process/cust_credit_bill.cgi
@@ -12,8 +12,7 @@ die "access denied"
 
 if ( $cgi->param('src_amount') ) {
   die "access denied"
-    unless ( $FS::CurrentUser::CurrentUser->access_right('Post credit') &&
-           $FS::CurrentUser::CurrentUser->access_right('Delete credit') );
+    unless $FS::CurrentUser::CurrentUser->access_right('Post credit')
 }
 
 </%init>

-----------------------------------------------------------------------

Summary of changes:
 httemplate/edit/process/cust_credit_bill.cgi |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)




More information about the freeside-commits mailing list