[freeside-commits] freeside/httemplate/edit cust_bill_pay.cgi, 1.15.2.2, 1.15.2.3

Ivan,,, ivan at wavetail.420.am
Sun Jan 13 13:41:08 PST 2008


Update of /home/cvs/cvsroot/freeside/httemplate/edit
In directory wavetail:/tmp/cvs-serv7577

Modified Files:
      Tag: FREESIDE_1_7_BRANCH
	cust_bill_pay.cgi 
Log Message:
fix tyop

Index: cust_bill_pay.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/cust_bill_pay.cgi,v
retrieving revision 1.15.2.2
retrieving revision 1.15.2.3
diff -u -d -r1.15.2.2 -r1.15.2.3
--- cust_bill_pay.cgi	13 Jan 2008 21:36:07 -0000	1.15.2.2
+++ cust_bill_pay.cgi	13 Jan 2008 21:41:06 -0000	1.15.2.3
@@ -54,7 +54,7 @@
 
 die "access denied"
   unless $FS::CurrentUser::CurrentUser->access_right('Apply payment') #;
-      || $FS::CurrentUser::CurrentUser->access_right('Post payment'): #remove after 1.7.3
+      || $FS::CurrentUser::CurrentUser->access_right('Post payment'); #remove after 1.7.3
 
 my($paynum, $amount, $invnum);
 if ( $cgi->param('error') ) {



More information about the freeside-commits mailing list