diff options
| author | Christopher Burger <burgerc@freeside.biz> | 2018-06-12 09:51:58 -0400 |
|---|---|---|
| committer | Christopher Burger <burgerc@freeside.biz> | 2018-06-12 09:51:58 -0400 |
| commit | 360f89789c45e1fd7cb84b1442d2f0c8353066d9 (patch) | |
| tree | 2bfadf26b82c95ac6df124739590a07a7478bad2 /httemplate/elements/tr-select-cust_payby.html | |
| parent | f079061ec1005edbb9d292377bf4eb1a769fa681 (diff) | |
RT# 74435 - fixed errors in posting a echeck refund when no account is listed.
Diffstat (limited to 'httemplate/elements/tr-select-cust_payby.html')
| -rw-r--r-- | httemplate/elements/tr-select-cust_payby.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/elements/tr-select-cust_payby.html b/httemplate/elements/tr-select-cust_payby.html index e2b2e09d1..e5ace4d39 100644 --- a/httemplate/elements/tr-select-cust_payby.html +++ b/httemplate/elements/tr-select-cust_payby.html @@ -1,4 +1,4 @@ -% if ( scalar(@{ $opt{'cust_payby'} }) == 0 ) { +% if ( scalar(@{ $opt{'cust_payby'} }) == 0 ) { <INPUT TYPE="hidden" NAME="<% $opt{'element_name'} || $opt{'field'} || 'custpaybynum' %>" VALUE=""> |
