[freeside-commits] branch FREESIDE_4_BRANCH updated. 20d614e61c4342ef01a5e9b10a5226a72d662610

Ivan ivan at 420.am
Tue Sep 26 11:31:04 PDT 2017


The branch, FREESIDE_4_BRANCH has been updated
       via  20d614e61c4342ef01a5e9b10a5226a72d662610 (commit)
      from  7d03245e38b7ae111964906309f218655c5977c9 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 20d614e61c4342ef01a5e9b10a5226a72d662610
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Tue Sep 26 11:31:03 2017 -0700

    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 c6f83b6..3b200e5 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>

-----------------------------------------------------------------------

Summary of changes:
 httemplate/misc/cust_pkg-import.html |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)




More information about the freeside-commits mailing list