From: Ivan Kohler Date: Mon, 18 Sep 2017 21:58:25 +0000 (-0700) Subject: fix stickiness of address fields on errors, when entering new address X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=3c89615ac62161f9477c4d500f7b151c30f05af8 fix stickiness of address fields on errors, when entering new address --- 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')); % }