[freeside-commits] freeside/httemplate/edit cust_main.cgi, 1.97, 1.98
Jeff Finucane,420,,
jeff at wavetail.420.am
Thu Apr 2 07:56:33 PDT 2009
Update of /home/cvs/cvsroot/freeside/httemplate/edit
In directory wavetail.420.am:/tmp/cvs-serv10835
Modified Files:
cust_main.cgi
Log Message:
obey tax-ship_address in 'manual' geocoding
Index: cust_main.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/cust_main.cgi,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -d -r1.97 -r1.98
--- cust_main.cgi 20 Feb 2009 15:07:10 -0000 1.97
+++ cust_main.cgi 2 Apr 2009 14:56:30 -0000 1.98
@@ -363,12 +363,12 @@
if ( <% $taxpre %>error ) {
- if ( document.bottomform.elements['country'].value == 'CA' ||
- document.bottomform.elements['country'].value == 'US'
+ if ( document.bottomform.elements['<% $taxpre %>country'].value == 'CA' ||
+ document.bottomform.elements['<% $taxpre %>country'].value == 'US'
)
{
- var url = "cust_main/choose_tax_location.html?data_vendor=cch-zip;city="+document.bottomform.elements['city'].value+";state="+document.bottomform.elements['state'].value+";zip="+document.bottomform.elements['zip'].value+";country="+document.bottomform.elements['country'].value+";";
+ var url = "cust_main/choose_tax_location.html?data_vendor=cch-zip;city="+document.bottomform.elements['<% $taxpre %>city'].value+";state="+document.bottomform.elements['<% $taxpre %>state'].value+";zip="+document.bottomform.elements['<% $taxpre %>zip'].value+";country="+document.bottomform.elements['<% $taxpre %>country'].value+";";
// popup a chooser
OLgetAJAX( url, update_geocode, 300 );
@@ -483,9 +483,9 @@
//alert(what.options[what.selectedIndex].value);
var argsHash = eval('(' + what.options[what.selectedIndex].value + ')');
- document.bottomform.elements['city'].value = argsHash['city'];
- document.bottomform.elements['state'].value = argsHash['state'];
- document.bottomform.elements['zip'].value = argsHash['zip'];
+ document.bottomform.elements['<% $taxpre %>city'].value = argsHash['city'];
+ document.bottomform.elements['<% $taxpre %>state'].value = argsHash['state'];
+ document.bottomform.elements['<% $taxpre %>zip'].value = argsHash['zip'];
document.bottomform.elements['geocode'].value = argsHash['geocode'];
}
More information about the freeside-commits
mailing list