From: Ivan Kohler Date: Tue, 26 Sep 2017 18:31:02 +0000 (-0700) Subject: fix field order in docs for new import formats, RT#77747, RT#76992 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=1e7799dd8dd3fd1eda7b22e98edd7ae4702e2beb fix field order in docs for new import formats, RT#77747, RT#76992 --- 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<%$ Location, quantity and price customizations with phone service format has the following field order: 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

@@ -165,8 +165,8 @@ countrycode, phonenum, sip_password, pin Location, quantity and price customizations with phone service and agent_custid format has the following field order: 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

@@ -174,8 +174,8 @@ countrycode, phonenum, sip_password, pin Location, quantity and price customizations with phone service and agent_custid and agent_pkgid format has the following field order: 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