summaryrefslogtreecommitdiff
path: root/httemplate/edit/cust_main/bottomfixup.js
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2013-01-13 14:22:21 -0800
committerMark Wells <mark@freeside.biz>2013-01-13 14:22:21 -0800
commitf88dda7fe57054bd030491a5b9363a1aff601bf2 (patch)
tree058e03c5a6c4d184b65906126733715e7574992b /httemplate/edit/cust_main/bottomfixup.js
parent2659c88ba3c5b34cf6087d874c1a26a24bed9243 (diff)
fix address standardization when changing package locations, #13763
Diffstat (limited to 'httemplate/edit/cust_main/bottomfixup.js')
-rw-r--r--httemplate/edit/cust_main/bottomfixup.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/edit/cust_main/bottomfixup.js b/httemplate/edit/cust_main/bottomfixup.js
index 1cfa52d8f..0de6d9dab 100644
--- a/httemplate/edit/cust_main/bottomfixup.js
+++ b/httemplate/edit/cust_main/bottomfixup.js
@@ -70,8 +70,8 @@ function copy_payby_fields() {
<& /elements/standardize_locations.js,
'callback' => 'submit_continue();',
- 'main_prefix' => 'bill_',
- 'no_company' => 1,
+ 'billship' => 1,
+ 'with_census' => 1, # no with_firm, apparently
&>
function copyelement(from, to) {