From: Niclas Zimmermann Date: Fri, 9 Nov 2012 12:00:59 +0000 (+0100) Subject: Merge branch 'master' of vc.linet-services.de:public/lx-office-erp X-Git-Tag: release-3.0.0beta2~10^2~6 X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/commitdiff_plain/25c3ca0d2e6360fcb3cc56f3c26c2dd4bcce3af9?hp=155f106a7d0b0bbd3c5e1d1aa5989bd08883e626 Merge branch 'master' of vc.linet-services.de:public/lx-office-erp --- diff --git a/bin/mozilla/oe.pl b/bin/mozilla/oe.pl index 0bcb897bf..3908f7435 100644 --- a/bin/mozilla/oe.pl +++ b/bin/mozilla/oe.pl @@ -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')"); }