[freeside-commits] branch master updated. 5858921f5ec8555fcaacf379f35899cc2d2dd0f3

Ivan ivan at 420.am
Wed Mar 5 18:33:41 PST 2014


The branch, master has been updated
       via  5858921f5ec8555fcaacf379f35899cc2d2dd0f3 (commit)
      from  0437a5b5d60bdae7c4c8b5ede1827715650faf40 (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 5858921f5ec8555fcaacf379f35899cc2d2dd0f3
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Wed Mar 5 18:33:41 2014 -0800

    add balance to customer_info backoffice API, RT#22830

diff --git a/FS/FS/API.pm b/FS/FS/API.pm
index ab9281b..beadbb8 100644
--- a/FS/FS/API.pm
+++ b/FS/FS/API.pm
@@ -270,6 +270,7 @@ sub customer_info {
     'error'           => '',
     'display_custnum' => $cust_main->display_custnum,
     'name'            => $cust_main->first. ' '. $cust_main->get('last'),
+    'balance'         => $cust_main->balance,
   );
 
   $return{$_} = $cust_main->get($_)

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

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




More information about the freeside-commits mailing list