[freeside-commits] branch master updated. 0d70ce8995b8bf30ef0e88596af0639be3e8e3b0

Ivan ivan at 420.am
Wed Mar 5 18:45:42 PST 2014


The branch, master has been updated
       via  0d70ce8995b8bf30ef0e88596af0639be3e8e3b0 (commit)
      from  13a36699427495735d945f93c4832feab44ae02f (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 0d70ce8995b8bf30ef0e88596af0639be3e8e3b0
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Wed Mar 5 18:45:40 2014 -0800

    backoffice API: add status to customer info, add location_info, RT#22830

diff --git a/FS/FS/API.pm b/FS/FS/API.pm
index 19a9463..e896160 100644
--- a/FS/FS/API.pm
+++ b/FS/FS/API.pm
@@ -1,8 +1,9 @@
 package FS::API;
 
 use FS::Conf;
-use FS::Record qw( qsearchs );
+use FS::Record qw( qsearch qsearchs );
 use FS::cust_main;
+use FS::cust_location;
 use FS::cust_pay;
 use FS::cust_credit;
 use FS::cust_refund;

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

Summary of changes:
 FS/FS/API.pm |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)




More information about the freeside-commits mailing list