X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=httemplate%2Fedit%2Fprocess%2Fcust_pay.cgi;h=a002fa181059eebf2c1ed41531d91a6b1a5f5e8b;hb=d54644e17fc84f3853ca020ae68605e7900855fb;hp=8664883c1127dee905ae5da1c3d1b8d4980176c7;hpb=b3f48204012dd722912dcb3703908bd1eaf6df7b;p=freeside.git diff --git a/httemplate/edit/process/cust_pay.cgi b/httemplate/edit/process/cust_pay.cgi index 8664883c1..a002fa181 100755 --- a/httemplate/edit/process/cust_pay.cgi +++ b/httemplate/edit/process/cust_pay.cgi @@ -40,7 +40,7 @@ my $field = my $link = $1; $field = 'custnum' if $field eq 'popup'; my $_date; -if ( $FS::CurrentUser::CurrentUser->access_right(['Backdate payment']) ) { +if ( $FS::CurrentUser::CurrentUser->access_right('Backdate payment') ) { $_date = parse_datetime($cgi->param('_date')); } else { @@ -57,6 +57,8 @@ my $new = new FS::cust_pay ( { bank depositor account teller ) #} fields('cust_pay') + # gatewaynum, processor, auth, order_number + # are for realtime payments only, and can't be entered manually } ); my @rights = ('Post payment');