diff options
author | ivan <ivan> | 2008-01-13 21:41:06 +0000 |
---|---|---|
committer | ivan <ivan> | 2008-01-13 21:41:06 +0000 |
commit | 4518e03317ebbc3d987ad29094acb7c9d3e36c7b (patch) | |
tree | 768c392df093b5c06d8e38f3009161c6d09c592f /httemplate/edit/process | |
parent | 116d4f4f483de5071eb147b8d5dfab827794b0e1 (diff) |
fix tyop
Diffstat (limited to 'httemplate/edit/process')
-rwxr-xr-x | httemplate/edit/process/cust_bill_pay.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/process/cust_bill_pay.cgi b/httemplate/edit/process/cust_bill_pay.cgi index 43e672647..05574c187 100755 --- a/httemplate/edit/process/cust_bill_pay.cgi +++ b/httemplate/edit/process/cust_bill_pay.cgi @@ -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; |