From 3c89615ac62161f9477c4d500f7b151c30f05af8 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Mon, 18 Sep 2017 14:58:25 -0700 Subject: [PATCH] fix stickiness of address fields on errors, when entering new address --- httemplate/elements/tr-select-cust_location.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')); % } -- 2.11.0