[freeside-commits] freeside/httemplate/edit/process cust_bill_pay.cgi, 1.7, 1.8
Ivan,,,
ivan at wavetail.420.am
Sun Jan 13 13:41:38 PST 2008
Update of /home/cvs/cvsroot/freeside/httemplate/edit/process
In directory wavetail:/tmp/cvs-serv7631/process
Modified Files:
cust_bill_pay.cgi
Log Message:
new ACL name in 1.9 right away
Index: cust_bill_pay.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/process/cust_bill_pay.cgi,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- cust_bill_pay.cgi 13 Jan 2008 21:35:53 -0000 1.7
+++ cust_bill_pay.cgi 13 Jan 2008 21:41:35 -0000 1.8
@@ -12,8 +12,7 @@
<%init>
die "access denied"
- unless $FS::CurrentUser::CurrentUser->access_right('Apply payment') #;
- || $FS::CurrentUser::CurrentUser->access_right('Post payment'): #remove after 1.7.3
+ unless $FS::CurrentUser::CurrentUser->access_right('Apply payment');
$cgi->param('paynum') =~ /^(\d*)$/ or die "Illegal paynum!";
my $paynum = $1;
More information about the freeside-commits
mailing list