[freeside-commits] branch FREESIDE_2_3_BRANCH updated. b1d5962da080588a1fcfd425817d526550678a0d
Ivan
ivan at 420.am
Thu Mar 6 12:15:26 PST 2014
The branch, FREESIDE_2_3_BRANCH has been updated
via b1d5962da080588a1fcfd425817d526550678a0d (commit)
from ec7b8b6a837587b66fb48fdf79c766c2bf0bff6f (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 b1d5962da080588a1fcfd425817d526550678a0d
Author: Ivan Kohler <ivan at freeside.biz>
Date: Thu Mar 6 12:15:24 2014 -0800
backoffice API: add new_customer, RT#22830
diff --git a/FS/FS/API.pm b/FS/FS/API.pm
index 3d10dce..60efd1d 100644
--- a/FS/FS/API.pm
+++ b/FS/FS/API.pm
@@ -72,7 +72,7 @@ sub new_customer {
'payby' => 'BILL',
map { $_ => $opt{$_} } qw(
- agentnum refnum agent_custid
+ agentnum refnum agent_custid referral_custnum
last first company
address1 address2 city county state zip country
latitude longitude
-----------------------------------------------------------------------
Summary of changes:
FS/FS/API.pm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
More information about the freeside-commits
mailing list