diff options
author | Ivan Kohler <ivan@freeside.biz> | 2017-09-26 11:31:03 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2017-09-26 11:31:03 -0700 |
commit | 20d614e61c4342ef01a5e9b10a5226a72d662610 (patch) | |
tree | 7789ad01a684617d1003fba1ec361ea140203082 | |
parent | 7d03245e38b7ae111964906309f218655c5977c9 (diff) |
fix field order in docs for new import formats, RT#77747, RT#76992
-rw-r--r-- | httemplate/misc/cust_pkg-import.html | 6 |
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> |