summaryrefslogtreecommitdiff
path: root/httemplate/misc
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2017-09-26 11:31:02 -0700
committerIvan Kohler <ivan@freeside.biz>2017-09-26 11:31:02 -0700
commit1e7799dd8dd3fd1eda7b22e98edd7ae4702e2beb (patch)
tree89752230a49deecd95f6c0bfd2c47834f1b2c2d0 /httemplate/misc
parent4be2393932dc2d49b78fa46f77e9040515c35d53 (diff)
fix field order in docs for new import formats, RT#77747, RT#76992
Diffstat (limited to 'httemplate/misc')
-rw-r--r--httemplate/misc/cust_pkg-import.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/httemplate/misc/cust_pkg-import.html b/httemplate/misc/cust_pkg-import.html
index c6f83b66e..3b200e5f3 100644
--- a/httemplate/misc/cust_pkg-import.html
+++ b/httemplate/misc/cust_pkg-import.html
@@ -156,8 +156,8 @@ address1<%$req%>, address2, city<%$req%>, state<%$req%>, zip<%$req%>, country<%$
<b>Location, quantity and price customizations with phone service</b> format has the following field order: <i>custnum<%$req%>,
pkgpart<%$req%>, discountnum,
start_date, setup, bill, last_bill, susp, adjourn, cancel, expire,
-quantity, setup_fee, recur_fee, invoice_details,
address1<%$req%>, address2, city<%$req%>, state<%$req%>, zip<%$req%>, country<%$req%>,
+quantity, setup_fee, recur_fee, invoice_details,
countrycode, phonenum, sip_password, pin
</i>
<BR><BR>
@@ -165,8 +165,8 @@ countrycode, phonenum, sip_password, pin
<b>Location, quantity and price customizations with phone service and agent_custid</b> format has the following field order: <i>agent_custid<%$req%>,
pkgpart<%$req%>, discountnum,
start_date, setup, bill, last_bill, susp, adjourn, cancel, expire,
-quantity, setup_fee, recur_fee, invoice_details,
address1<%$req%>, address2, city<%$req%>, state<%$req%>, zip<%$req%>, country<%$req%>,
+quantity, setup_fee, recur_fee, invoice_details,
countrycode, phonenum, sip_password, pin
</i>
<BR><BR>
@@ -174,8 +174,8 @@ countrycode, phonenum, sip_password, pin
<b>Location, quantity and price customizations with phone service and agent_custid and agent_pkgid</b> format has the following field order: <i>agent_custid<%$req%>, agent_pkgid,
pkgpart<%$req%>, discountnum,
start_date, setup, bill, last_bill, susp, adjourn, cancel, expire,
-quantity, setup_fee, recur_fee, invoice_details,
address1<%$req%>, address2, city<%$req%>, state<%$req%>, zip<%$req%>, country<%$req%>,
+quantity, setup_fee, recur_fee, invoice_details,
countrycode, phonenum, sip_password, pin
</i>
<BR><BR>