[freeside-commits] branch master updated. 5eb1ba22744c6fd98c8a47a3923794a1591122a9
Ivan
ivan at 420.am
Wed Jul 15 16:33:08 PDT 2015
The branch, master has been updated
via 5eb1ba22744c6fd98c8a47a3923794a1591122a9 (commit)
from a63a7c017dd67aba394bd97605aa12b9321542f7 (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 5eb1ba22744c6fd98c8a47a3923794a1591122a9
Author: Ivan Kohler <ivan at freeside.biz>
Date: Wed Jul 15 16:33:06 2015 -0700
set locale in new_customer/new_customer_minimal, RT#34945
diff --git a/FS/FS/ClientAPI/Signup.pm b/FS/FS/ClientAPI/Signup.pm
index 8272b20..c0a9d98 100644
--- a/FS/FS/ClientAPI/Signup.pm
+++ b/FS/FS/ClientAPI/Signup.pm
@@ -539,6 +539,8 @@ sub new_customer {
paystart_month paystart_year payissue
payip
+ locale
+
referral_custnum comments
)
),
@@ -946,6 +948,8 @@ sub new_customer_minimal {
payinfo paycvv paydate payname paystate paytype
paystart_month paystart_year payissue
payip
+
+ locale
),
} );
-----------------------------------------------------------------------
Summary of changes:
FS/FS/ClientAPI/Signup.pm | 4 ++++
1 file changed, 4 insertions(+)
More information about the freeside-commits
mailing list