[freeside-commits] branch master updated. 1e7799dd8dd3fd1eda7b22e98edd7ae4702e2beb
Ivan
ivan at 420.am
Tue Sep 26 11:31:03 PDT 2017
The branch, master has been updated
via 1e7799dd8dd3fd1eda7b22e98edd7ae4702e2beb (commit)
from 4be2393932dc2d49b78fa46f77e9040515c35d53 (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 1e7799dd8dd3fd1eda7b22e98edd7ae4702e2beb
Author: Ivan Kohler <ivan at freeside.biz>
Date: Tue Sep 26 11:31:02 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