summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2013-03-22 00:39:18 -0700
committerMark Wells <mark@freeside.biz>2013-03-22 00:39:18 -0700
commitddcb4b190e77cb39dee3ba519c52f301e75394d6 (patch)
tree47923cb61cf6dbda4619b403a7358a526d4fa99e
parent2b70047f6dc5d21a339b08f48152ebf8b39ab69c (diff)
fix blanking of ship_ fields, #21327
-rw-r--r--httemplate/edit/cust_main/top_misc.html3
1 files changed, 0 insertions, 3 deletions
diff --git a/httemplate/edit/cust_main/top_misc.html b/httemplate/edit/cust_main/top_misc.html
index 6306000d3..9a9ad8831 100644
--- a/httemplate/edit/cust_main/top_misc.html
+++ b/httemplate/edit/cust_main/top_misc.html
@@ -27,9 +27,6 @@ function agent_changed(what) {
} else {
for(var i=0; i<ship_fields.length; i++) {
x = ship_fields[i];
- if ( f['ship_'+x].disabled ) {
- f['ship_'+x].value = '';
- }
f['ship_'+x].disabled = false;
}
f['same'].disabled = false;