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:08:43 -0500 |
commit | 3531bdf7f4843562539228d8c973bf649f4819c8 (patch) | |
tree | 68c0cfdae0564c2820b976d2a727174ce93255bd | |
parent | 3b8e97b7eb2926aba10dbbf27cd60fe5d098c1b9 (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: |