X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fct%2Fform_footer.html;h=8df9c7e7529c2d3d71c02bcb0322347bc4d8930a;hb=9ed4151c4e81902d73a56304fa6375b1c4c809dd;hp=652d6dff4f59ca68bedcfc320a8a003cb30841ee;hpb=1b2a67905e7864f2b4f0eaf98a1d19c03a29e49c;p=kivitendo-erp.git diff --git a/templates/webpages/ct/form_footer.html b/templates/webpages/ct/form_footer.html index 652d6dff4..8df9c7e75 100644 --- a/templates/webpages/ct/form_footer.html +++ b/templates/webpages/ct/form_footer.html @@ -57,13 +57,8 @@ 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; }