]> wagnertech.de Git - mfinanz.git/blobdiff - bin/mozilla/oe.pl
Merge branch 'master' of vc.linet-services.de:public/lx-office-erp
[mfinanz.git] / bin / mozilla / oe.pl
index c7309dc8692f8f71bc4925b6926fa489e7aa0f61..5df518fc7da8df88bc932166cc4e479211bb86fb 100644 (file)
@@ -409,7 +409,6 @@ sub form_header {
   } elsif ($form->{resubmit}) {
     # emulate click for resubmitting actions
     $dispatch_to_popup  = "document.oe.${_}.click(); " for grep { /^action_/ } keys %$form;
-    $dispatch_to_popup .= "document.oe.submit();";
   } elsif ($creditwarning) {
     $::request->{layout}->add_javascripts_inline("alert('$credittext')");
   }