diff options
author | Jonathan Prykop <jonathan@freeside.biz> | 2016-07-05 16:51:34 -0500 |
---|---|---|
committer | Jonathan Prykop <jonathan@freeside.biz> | 2016-07-05 17:13:53 -0500 |
commit | dc8a15535f28e96097a4f0fbf51b0aec2c7a7a5b (patch) | |
tree | 287fcf426780059344f3363893cf7db5f30eb7e1 /httemplate | |
parent | a0143763528c659487d677a88a41269c1a9a2802 (diff) |
RT#71563: Add agent_custid to credit import [v3 merge]
Diffstat (limited to 'httemplate')
-rw-r--r-- | httemplate/misc/cust_credit-import.html | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/httemplate/misc/cust_credit-import.html b/httemplate/misc/cust_credit-import.html index 9a63a04c5..68c566cf5 100644 --- a/httemplate/misc/cust_credit-import.html +++ b/httemplate/misc/cust_credit-import.html @@ -67,10 +67,11 @@ Uploaded files can be CSV (comma-separated value) files or Excel spreadsheets. Field information: <ul> - <li><i>custnum</i>: Customer number - <li><i>amount</i>: - <li><i>reasonnum</i>: <A HREF="<%$p%>browse/reason.html?class=R">Credit reason</A> - <li><i>invnum</i>: Invoice number + <li><i>custnum</i>: This is the freeside customer number. It may be left blank. If specified, agent_custid must be blank.</li></li> + <li><i>amount</i>:</li> + <li><i>reasonnum</i>: <A HREF="<%$p%>browse/reason.html?class=R">Credit reason</A></li> + <li><i>invnum</i>: Invoice number</li> + <li><i>agent_custid</i>: This is the reseller's idea of the customer number or identifier. It may be left blank. If specified, custnum must be blank.</li> </ul> <BR><BR> |