X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fct%2Fform_footer.html;h=8df9c7e7529c2d3d71c02bcb0322347bc4d8930a;hb=87e65e6c1cc64bfb2d73b6914ed2ef136861dd42;hp=774a50e86a2990bf6a7130aa42575a813bc47348;hpb=5f68c97560deb16f78ab3331e13e692981bc2c1e;p=kivitendo-erp.git 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; }