[freeside-commits] branch master updated. 78710489c60a996222b4d37552f78f1ff0ec138f

Ivan ivan at 420.am
Tue Apr 30 22:35:39 PDT 2013


The branch, master has been updated
       via  78710489c60a996222b4d37552f78f1ff0ec138f (commit)
      from  d02079cf51058085a7e62c33d747b141fe0a1c89 (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 78710489c60a996222b4d37552f78f1ff0ec138f
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Tue Apr 30 22:35:36 2013 -0700

    fix signup with domain, RT#21557

diff --git a/fs_selfservice/FS-SelfService/cgi/signup.html b/fs_selfservice/FS-SelfService/cgi/signup.html
index 306e497..a9b6759 100755
--- a/fs_selfservice/FS-SelfService/cgi/signup.html
+++ b/fs_selfservice/FS-SelfService/cgi/signup.html
@@ -45,7 +45,7 @@
 %>
 
 <%=
-  $OUT = join("\n", map { qq|<input type="hidden" name="$_" />| } qw / promo_code reg_code pkgpart username _password _password2 sec_phrase popnum mac_addr countrycode phonenum sip_password pin / );
+  $OUT = join("\n", map { qq|<input type="hidden" name="$_" />| } qw / promo_code reg_code pkgpart username _password _password2 sec_phrase popnum domsvc mac_addr countrycode phonenum sip_password pin / );
 %>
 
 <%=
@@ -445,7 +445,7 @@ function fixup_form() {
     
     var signup_elements = new Array (
       'promo_code', 'reg_code', 'pkgpart',
-      'username', '_password', '_password2', 'sec_phrase', 'popnum',
+      'username', '_password', '_password2', 'sec_phrase', 'popnum', 'domsvc',
       'mac_addr',
       'countrycode', 'phonenum', 'sip_password', 'pin'
     );

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

Summary of changes:
 fs_selfservice/FS-SelfService/cgi/signup.html |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)




More information about the freeside-commits mailing list