summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2017-09-18 14:58:25 -0700
committerIvan Kohler <ivan@freeside.biz>2017-09-18 14:58:25 -0700
commit3c89615ac62161f9477c4d500f7b151c30f05af8 (patch)
tree89f6c4713a9120c5160cf0fdd7a1dc5aa34f7069
parent1939aff38dd65509468760264659091f4b6b3e78 (diff)
fix stickiness of address fields on errors, when entering new address
-rw-r--r--httemplate/elements/tr-select-cust_location.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/elements/tr-select-cust_location.html b/httemplate/elements/tr-select-cust_location.html
index 5ff320b06..7a2d886d3 100644
--- a/httemplate/elements/tr-select-cust_location.html
+++ b/httemplate/elements/tr-select-cust_location.html
@@ -214,7 +214,7 @@ Example:
''
)
);
-% } else {
+% } elsif ( $locationnum != -1 ) {
locationnum_changed(document.getElementById('locationnum'));
% }
</SCRIPT>