Merge branch 'constraints_in_tax_and_taxkeys'
[kivitendo-erp.git] / templates / webpages / ct / form_footer.html
index 652d6df..774a50e 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') == '')) {
           alert('[% LxERP.t8('Please enter the sales tax identification number.') %]');