[freeside-commits] branch FREESIDE_4_BRANCH updated. d7aae4b6c0d5fee85d9c23f395903a048d2154fa

Ivan ivan at 420.am
Tue Apr 5 17:40:54 PDT 2016


The branch, FREESIDE_4_BRANCH has been updated
       via  d7aae4b6c0d5fee85d9c23f395903a048d2154fa (commit)
      from  823815a0efacf0781be3eba183a96310b04c7d87 (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 d7aae4b6c0d5fee85d9c23f395903a048d2154fa
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Tue Apr 5 17:40:53 2016 -0700

    doc formatting corrections

diff --git a/fs_selfservice/FS-SelfService/SelfService.pm b/fs_selfservice/FS-SelfService/SelfService.pm
index 144d982..0d49a28 100644
--- a/fs_selfservice/FS-SelfService/SelfService.pm
+++ b/fs_selfservice/FS-SelfService/SelfService.pm
@@ -1094,13 +1094,22 @@ Optional locationnum for this package order, for existing locations.
 Or, for new locations, pass the following fields: address1*, address2, city*,
 county, state*, zip*, country.  (* = required in this case)
 
+(None of this is required at all if you are just ordering a package
+at the customer's existing default service location.)
+
 =item address1
 
-=item address 2
+=item address2
 
 =item city
 
-=item 
+=item county
+
+=item state
+
+=item zip
+
+=item country
 
 =item svcpart
 
@@ -1503,7 +1512,7 @@ message, or empty on success, and B<contacts>, a list of contacts.
 B<contacts> is an array reference of hash references (i.e. an array of structs,
  in XML-RPC).  Each hash reference (struct) has the following keys:
 
-=over4
+=over 4
 
 =item contactnum
 
@@ -1612,6 +1621,8 @@ Takes a hash reference as parameter with the following keys:
 Returns a hash reference with a single parameter, B<error>, which contains an
 error message, or empty on success.
 
+=back
+
 =head2 "MY ACCOUNT" QUOTATION FUNCTIONS
 
 All of these functions require the user to be logged in, and the 'session_id'
@@ -1755,8 +1766,6 @@ Removes a package from a quotation. Takes the following arguments:
 
 Returns 'error' => a string, which will be empty on success.
 
-=back
-
 =item quotation_order HASHREF
 
 Converts the packages in a quotation into real packages. Takes the following

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

Summary of changes:
 fs_selfservice/FS-SelfService/SelfService.pm |   19 ++++++++++++++-----
 1 file changed, 14 insertions(+), 5 deletions(-)




More information about the freeside-commits mailing list