[freeside-commits] freeside/httemplate/edit cust_bill_pay.cgi, 1.17, 1.18
Ivan,,,
ivan at wavetail.420.am
Sun Jan 13 13:41:37 PST 2008
Update of /home/cvs/cvsroot/freeside/httemplate/edit
In directory wavetail:/tmp/cvs-serv7631
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/cust_bill_pay.cgi,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- cust_bill_pay.cgi 13 Jan 2008 21:35:52 -0000 1.17
+++ cust_bill_pay.cgi 13 Jan 2008 21:41:35 -0000 1.18
@@ -53,8 +53,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');
my($paynum, $amount, $invnum);
if ( $cgi->param('error') ) {
More information about the freeside-commits
mailing list