[freeside-commits] branch FREESIDE_3_BRANCH updated. 5e8ad7de6eb187a6ad2487ad17c7d2886871e24e

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


The branch, FREESIDE_3_BRANCH has been updated
       via  5e8ad7de6eb187a6ad2487ad17c7d2886871e24e (commit)
      from  b607a359f2d13178f0474e47319eb5f40b5551d2 (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 5e8ad7de6eb187a6ad2487ad17c7d2886871e24e
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Thu Mar 6 12:15:27 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