diff options
-rwxr-xr-x | bin/xmlrpc-new_customer | 2 |
1 files changed, 1 insertions, 1 deletions
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', |