diff options
author | Jonathan Prykop <jonathan@freeside.biz> | 2016-07-05 17:08:43 -0500 |
---|---|---|
committer | Jonathan Prykop <jonathan@freeside.biz> | 2016-07-05 17:11:04 -0500 |
commit | d17bd438d0359eef1ed3f475736143129506d014 (patch) | |
tree | 2ebda5025e506bac85d812d310bca7fdfcca3fd1 | |
parent | cd87a18951c8fc681feb01a36c1b6956c3853909 (diff) |
RT#71563: Add agent_custid to credit import [text tweak]
-rw-r--r-- | httemplate/misc/cust_credit-import.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/misc/cust_credit-import.html b/httemplate/misc/cust_credit-import.html index d009d1eb8..a124c9591 100644 --- a/httemplate/misc/cust_credit-import.html +++ b/httemplate/misc/cust_credit-import.html @@ -62,7 +62,7 @@ Import a file containing credits. Uploaded files can be CSV (comma-separated value) files or Excel spreadsheets. The file should have a .CSV or .XLS extension. <BR><BR> - <b>Default</b> format has the following field order: <i>custnum, amount, reasonnum, invnum</i><br> + <b>Default</b> format has the following field order: <i>custnum, amount, reasonnum, invnum, agent_custid</i><br> <BR><BR> Field information: |