diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2017-09-18 14:58:30 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2017-09-18 14:58:30 -0700 |
| commit | b0252a835ec2fc25a761e8785a0026316d1ea2d9 (patch) | |
| tree | a0358857f0fa8a2dee42d22c100c9c69514c153e /httemplate/elements | |
| parent | 364cbaf3cff70ab0b3ae228f96bf1155cb6cbe7d (diff) | |
fix stickiness of address fields on errors, when entering new address
Diffstat (limited to 'httemplate/elements')
| -rw-r--r-- | httemplate/elements/tr-select-cust_location.html | 2 |
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> |
