Update jQuery auf 1.9.1, jQuery-UI auf 1.10.1
[kivitendo-erp.git] / templates / webpages / ct / form_footer.html
index 774a50e..8df9c7e 100644 (file)
@@ -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;
         }