diff options
Diffstat (limited to 'httemplate/edit/cust_bill_pay.cgi')
| -rwxr-xr-x | httemplate/edit/cust_bill_pay.cgi | 2 |
1 files changed, 1 insertions, 1 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') ) { |
