[freeside-commits] branch FREESIDE_2_3_BRANCH updated. 651ef8f1af4aaa773adb3f0ba0f4e2c4b692a115

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


The branch, FREESIDE_2_3_BRANCH has been updated
       via  651ef8f1af4aaa773adb3f0ba0f4e2c4b692a115 (commit)
      from  b2e6af304e3671d8dc29931201c6e46d872957d7 (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 651ef8f1af4aaa773adb3f0ba0f4e2c4b692a115
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Wed Mar 5 18:33:42 2014 -0800

    add balance to customer_info backoffice API, RT#22830

diff --git a/FS/FS/API.pm b/FS/FS/API.pm
index 9deed3d..bf2579f 100644
--- a/FS/FS/API.pm
+++ b/FS/FS/API.pm
@@ -98,6 +98,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