Mandantenkonfiguration vereinfacht & in mehrere Dateien gespalten und in Tab-Dialog...
[kivitendo-erp.git] / templates / webpages / ct / form_footer.html
index 652d6df..8df9c7e 100644 (file)
         button.form.submit();
       }
 
-      var maintab = new ddtabcontent("maintab");
-      maintab.setpersist(true);
-      maintab.setselectedClassTarget("link"); //"link" or "linkparent"
-      maintab.init();
-
       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;
         }