diff options
author | Ivan Kohler <ivan@freeside.biz> | 2014-09-05 18:22:46 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2014-09-05 18:22:46 -0700 |
commit | 54c7d50f5c0da30367315ec3a169c03a5d6eedc1 (patch) | |
tree | 45ebc7e311275146d001f5dc40c9d5112a1d1cba /httemplate/misc/cust_pay-import.cgi | |
parent | 7538d1559b61a18a817917cb76cb0c6a0645456f (diff) |
add invnum to payment import, RT#29673
Diffstat (limited to 'httemplate/misc/cust_pay-import.cgi')
-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> |