[freeside-commits] branch master updated. 2fb037a3fdebcf220ce051ea1ba58efcfa2c5c49

Ivan ivan at 420.am
Thu Mar 6 12:15:27 PST 2014


The branch, master has been updated
       via  2fb037a3fdebcf220ce051ea1ba58efcfa2c5c49 (commit)
      from  3efcba99c536f94d0e988dbdf980ba7a088631cb (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 2fb037a3fdebcf220ce051ea1ba58efcfa2c5c49
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Thu Mar 6 12:15:25 2014 -0800

    backoffice API: add new_customer, RT#22830

diff --git a/FS/FS/API.pm b/FS/FS/API.pm
index 81efd67..36587da 100644
--- a/FS/FS/API.pm
+++ b/FS/FS/API.pm
@@ -243,7 +243,7 @@ sub new_customer {
       'payby'         => 'BILL',
 
       map { $_ => $opt{$_} } qw(
-        agentnum refnum agent_custid
+        agentnum refnum agent_custid referral_custnum
         last first company 
         daytime night fax mobile
         payby payinfo paydate paycvv payname

-----------------------------------------------------------------------

Summary of changes:
 FS/FS/API.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)




More information about the freeside-commits mailing list