From 8fba8f0caeb41074c4b277e4eeb2a9dea7542e49 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Thu, 6 Mar 2014 12:18:28 -0800 Subject: [PATCH] backoffice API: add new_customer, RT#22830 --- bin/xmlrpc-new_customer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/xmlrpc-new_customer b/bin/xmlrpc-new_customer index d30c3396f..bbc9cb46d 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', -- 2.11.0