[freeside-commits] branch FREESIDE_2_3_BRANCH updated. eb472623cd8d18ee2d142ae6d61acd465c268e6e

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


The branch, FREESIDE_2_3_BRANCH has been updated
       via  eb472623cd8d18ee2d142ae6d61acd465c268e6e (commit)
      from  284d823cb3413061bdf966c72430c98d128e5aca (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 eb472623cd8d18ee2d142ae6d61acd465c268e6e
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Wed Mar 5 18:45:53 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 417f889..c107621 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;
 
 =head1 NAME
 

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

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




More information about the freeside-commits mailing list