[freeside-commits] branch FREESIDE_3_BRANCH updated. 8447fe46bb96c6774b709b5c3341ae35587a35f8
Ivan
ivan at 420.am
Wed Mar 5 18:45:50 PST 2014
The branch, FREESIDE_3_BRANCH has been updated
via 8447fe46bb96c6774b709b5c3341ae35587a35f8 (commit)
from 09ff7bcb83e33fdce4bda8f7beb461daa5dcbf33 (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 8447fe46bb96c6774b709b5c3341ae35587a35f8
Author: Ivan Kohler <ivan at freeside.biz>
Date: Wed Mar 5 18:45:47 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