summaryrefslogtreecommitdiff
path: root/httemplate/misc
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2015-04-15 11:12:38 -0700
committerIvan Kohler <ivan@freeside.biz>2015-04-15 11:12:38 -0700
commite1a8b2c20bf2d7f69ade1227591a79e0441edbb8 (patch)
tree6a1d4ade33cfd6db256859c9493bc022d2be0959 /httemplate/misc
parent0369284202cb5f0beeaf8a829ac98db925422e75 (diff)
add "All dates" format to package import with contract_end, RT#34397
Diffstat (limited to 'httemplate/misc')
-rw-r--r--httemplate/misc/cust_pkg-import.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/httemplate/misc/cust_pkg-import.html b/httemplate/misc/cust_pkg-import.html
index 1ec5930a2..c1c1b8b1d 100644
--- a/httemplate/misc/cust_pkg-import.html
+++ b/httemplate/misc/cust_pkg-import.html
@@ -29,8 +29,8 @@ Import a file containing customer packages.
<SELECT NAME="format">
<OPTION VALUE="default" SELECTED>Default
<OPTION VALUE="default-agent_custid">Default with agent_custid
- <OPTION VALUE="all_dates" SELECTED>All dates
- <OPTION VALUE="all_dates-agent_custid" SELECTED>All dates with agent_custid
+ <OPTION VALUE="all_dates">All dates
+ <OPTION VALUE="all_dates-agent_custid">All dates with agent_custid
<OPTION VALUE="svc_acct">Account service
<OPTION VALUE="svc_acct-agent_custid">Account service with agent_custid
<OPTION VALUE="svc_phone">Phone service
@@ -77,6 +77,7 @@ Uploaded files can be CSV (comma-separated value) files or Excel spreadsheets.
<BR><BR>
<b>All dates with agent_custid</b> format has the following field order: <i>agent_custid<%$req%>, pkgpart<%$req%>, discountnum, order_date, start_date, setup, bill, last_bill, susp, adjourn, resume, cancel, expire, contract_end, dundate</i>
+<BR><BR>
<b>Account service</b> format has the following field order: <i>custnum<%$req%>, pkgpart<%$req%>, discountnum, start_date, setup, bill, last_bill, susp, adjourn, cancel, expire, username, _password, domsvc</i>
<BR><BR>