From 4518e03317ebbc3d987ad29094acb7c9d3e36c7b Mon Sep 17 00:00:00 2001 From: ivan Date: Sun, 13 Jan 2008 21:41:06 +0000 Subject: [PATCH] fix tyop --- httemplate/edit/cust_bill_pay.cgi | 2 +- httemplate/edit/process/cust_bill_pay.cgi | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/httemplate/edit/cust_bill_pay.cgi b/httemplate/edit/cust_bill_pay.cgi index 28c14618f..c76dda5c7 100755 --- a/httemplate/edit/cust_bill_pay.cgi +++ b/httemplate/edit/cust_bill_pay.cgi @@ -54,7 +54,7 @@ function changed(what) { 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') ) { 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; -- 2.20.1