[freeside-commits] branch FREESIDE_3_BRANCH updated. ccaaec6e16e0c1c80b849c9fac0bd48c9d1ad47e
Ivan
ivan at 420.am
Wed Mar 5 18:33:42 PST 2014
The branch, FREESIDE_3_BRANCH has been updated
via ccaaec6e16e0c1c80b849c9fac0bd48c9d1ad47e (commit)
from d4870a2a045dca3a92f1c9962612f6846dd4c493 (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 ccaaec6e16e0c1c80b849c9fac0bd48c9d1ad47e
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 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