[freeside-commits] branch FREESIDE_3_BRANCH updated. 69142462165700cccd2e3e7390530cbfae54fd03
Ivan
ivan at 420.am
Tue Apr 21 12:06:16 PDT 2015
The branch, FREESIDE_3_BRANCH has been updated
via 69142462165700cccd2e3e7390530cbfae54fd03 (commit)
from 4cd203a4114fc5fd45960019b617a42b534c589e (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 69142462165700cccd2e3e7390530cbfae54fd03
Author: Ivan Kohler <ivan at freeside.biz>
Date: Tue Apr 21 12:06:03 2015 -0700
fix leakage of v4 omission of cust_main.payby onto v3, RT#34084, RT#23741
diff --git a/FS/FS/ClientAPI/Signup.pm b/FS/FS/ClientAPI/Signup.pm
index 7705b90..cb9c30d 100644
--- a/FS/FS/ClientAPI/Signup.pm
+++ b/FS/FS/ClientAPI/Signup.pm
@@ -942,6 +942,7 @@ sub new_customer_minimal {
'refnum' => $packet->{refnum}
|| $conf->config('signup_server-default_refnum'),
'tagnum' => [ FS::part_tag->default_tags ],
+ 'payby' => 'BILL',
map { $_ => $packet->{$_} } qw(
salesnum
-----------------------------------------------------------------------
Summary of changes:
FS/FS/ClientAPI/Signup.pm | 1 +
1 file changed, 1 insertion(+)
More information about the freeside-commits
mailing list