[freeside-commits] freeside/httemplate/edit/process cust_bill_pay.cgi, 1.6.2.1, 1.6.2.2
Ivan,,,
ivan at wavetail.420.am
Sun Jan 13 13:41:08 PST 2008
Update of /home/cvs/cvsroot/freeside/httemplate/edit/process
In directory wavetail:/tmp/cvs-serv7577/process
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/process/cust_bill_pay.cgi,v
retrieving revision 1.6.2.1
retrieving revision 1.6.2.2
diff -u -d -r1.6.2.1 -r1.6.2.2
--- cust_bill_pay.cgi 13 Jan 2008 21:36:08 -0000 1.6.2.1
+++ cust_bill_pay.cgi 13 Jan 2008 21:41:06 -0000 1.6.2.2
@@ -13,7 +13,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
$cgi->param('paynum') =~ /^(\d*)$/ or die "Illegal paynum!";
my $paynum = $1;
More information about the freeside-commits
mailing list