diff options
author | Ivan Kohler <ivan@freeside.biz> | 2014-09-05 18:22:47 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2014-09-05 18:22:47 -0700 |
commit | 43530fe13141377a688b498d72617cd02ea93fae (patch) | |
tree | e10dc8e951cceeb80546f1f08dbfa25872e01f4a /httemplate | |
parent | 5a76902cdaee8a0276c49af42352efd673c4e2d0 (diff) |
add invnum to payment import, RT#29673
Diffstat (limited to 'httemplate')
-rw-r--r-- | httemplate/misc/cust_pay-import.cgi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/httemplate/misc/cust_pay-import.cgi b/httemplate/misc/cust_pay-import.cgi index 28ad6e7df..05a6c4fd8 100644 --- a/httemplate/misc/cust_pay-import.cgi +++ b/httemplate/misc/cust_pay-import.cgi @@ -59,7 +59,9 @@ Field information: <li><i>amount</i>: A positive numeric value with at most two digits after the decimal point. - <li><i>checknum</i>: A sequences of digits. May be left blank. + <li><i>checknum</i>: A sequence of digits. May be left blank. + + <li><i>invnum</i>: Invoice number, optional </ul> |