X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/5f68c97560deb16f78ab3331e13e692981bc2c1e..b8fee3fc:/templates/webpages/ct/form_footer.html diff --git a/templates/webpages/ct/form_footer.html b/templates/webpages/ct/form_footer.html index 774a50e86..8df9c7e75 100644 --- a/templates/webpages/ct/form_footer.html +++ b/templates/webpages/ct/form_footer.html @@ -58,7 +58,7 @@ } function check_taxzone_and_ustid() { - if (($('#taxzone_id').attr('value') == '1') && ($('#ustid').attr('value') == '')) { + if (($('#taxzone_id').val() == '1') && ($('#ustid').val() == '')) { alert('[% LxERP.t8('Please enter the sales tax identification number.') %]'); return false; }