[freeside-commits] branch FREESIDE_3_BRANCH updated. a3795660df685102636e6b192ca585f8a1bf9bf8
Ivan
ivan at 420.am
Thu Mar 6 12:18:34 PST 2014
The branch, FREESIDE_3_BRANCH has been updated
via a3795660df685102636e6b192ca585f8a1bf9bf8 (commit)
from 244e683d00fc1a15e5b364acdaf63a202f3e78e9 (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 a3795660df685102636e6b192ca585f8a1bf9bf8
Author: Ivan Kohler <ivan at freeside.biz>
Date: Thu Mar 6 12:18:31 2014 -0800
backoffice API: add new_customer, RT#22830
diff --git a/bin/xmlrpc-new_customer b/bin/xmlrpc-new_customer
index d30c339..bbc9cb4 100755
--- a/bin/xmlrpc-new_customer
+++ b/bin/xmlrpc-new_customer
@@ -18,7 +18,7 @@ my $result = $server->call('FS.API.new_customer',
'agentnum' => 1,
'refnum' => 1, #advertising source
'agent_custid' => '323',
- 'referral_custnum' =>
+ 'referral_custnum' => 43,
'first' => 'Tofu',
'last' => 'Beast',
-----------------------------------------------------------------------
Summary of changes:
bin/xmlrpc-new_customer | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
More information about the freeside-commits
mailing list