summaryrefslogtreecommitdiff
path: root/httemplate/elements/standardize_locations.js
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2012-09-29 16:36:46 -0700
committerMark Wells <mark@freeside.biz>2012-09-29 16:36:46 -0700
commit33beebf4cb42eba3e1dd868ad5e0af102de961da (patch)
tree860712543dcc74ff2402a4ed8d73e8cd553e62d4 /httemplate/elements/standardize_locations.js
parent7ac86daf67b0a95153b736d5811f9050363f6553 (diff)
update address standardization for cust_location changes
Diffstat (limited to 'httemplate/elements/standardize_locations.js')
-rw-r--r--httemplate/elements/standardize_locations.js5
1 files changed, 1 insertions, 4 deletions
diff --git a/httemplate/elements/standardize_locations.js b/httemplate/elements/standardize_locations.js
index ee4c5e7f3..f6564a55e 100644
--- a/httemplate/elements/standardize_locations.js
+++ b/httemplate/elements/standardize_locations.js
@@ -7,7 +7,7 @@ function form_address_info() {
'onlyship': 1,
% } else {
% if ( $withfirm ) {
- 'company': cf.elements['<% $main_prefix %>company'].value,
+ 'company', cf.elements['company'].value,
% }
'address1': cf.elements['<% $main_prefix %>address1'].value,
'address2': cf.elements['<% $main_prefix %>address2'].value,
@@ -16,9 +16,6 @@ function form_address_info() {
'zip': cf.elements['<% $main_prefix %>zip'].value,
'country': cf.elements['<% $main_prefix %>country'].value,
% }
-% if ( $withfirm ) {
- 'ship_company': cf.elements['<% $ship_prefix %>company'].value,
-% }
% if ( $withcensus ) {
'ship_censustract': cf.elements['enter_censustract'].value,
% }