[freeside-commits] freeside/httemplate/edit cust_main.cgi, 1.113, 1.113.2.1

Ivan,,, ivan at wavetail.420.am
Tue Sep 27 16:01:36 PDT 2011


Update of /home/cvs/cvsroot/freeside/httemplate/edit
In directory wavetail.420.am:/tmp/cvs-serv10429/httemplate/edit

Modified Files:
      Tag: FREESIDE_2_3_BRANCH
	cust_main.cgi 
Log Message:
add cust_main.mobile and ship_mobile to support uniserve portal, RT#13656

Index: cust_main.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/cust_main.cgi,v
retrieving revision 1.113
retrieving revision 1.113.2.1
diff -u -w -d -r1.113 -r1.113.2.1
--- cust_main.cgi	23 Jun 2011 04:08:20 -0000	1.113
+++ cust_main.cgi	27 Sep 2011 23:01:34 -0000	1.113.2.1
@@ -51,7 +51,7 @@
 %    push @ship_style, 'background-color:#dddddd';
 %    foreach (
 %      qw( last first company address1 address2 city county state zip country
-%          daytime night fax )
+%          daytime night fax mobile )
 %    ) {
 %      $cust_main->set("ship_$_", $cust_main->get($_) );
 %    }
@@ -73,7 +73,7 @@
 <SCRIPT>
 function bill_changed(what) {
   if ( what.form.same.checked ) {
-% for (qw( last first company address1 address2 city zip daytime night fax )) { 
+% for (qw( last first company address1 address2 city zip daytime night fax mobile )) { 
     what.form.ship_<%$_%>.value = what.form.<%$_%>.value;
 % } 
 
@@ -103,7 +103,7 @@
   if ( what.checked ) {
     bill_changed(what);
 
-%   my @fields = qw( last first company address1 address2 city city_select county state zip country daytime night fax );
+%   my @fields = qw( last first company address1 address2 city city_select county state zip country daytime night fax mobile );
 %   for (@fields) { 
       what.form.ship_<%$_%>.disabled = true;
       what.form.ship_<%$_%>.style.backgroundColor = '#dddddd';



More information about the freeside-commits mailing list