]> wagnertech.de Git - mfinanz.git/blobdiff - bin/mozilla/do.pl
Syntaxfehler (fehlende Klammer) korrigiert.
[mfinanz.git] / bin / mozilla / do.pl
index 570c7c35832cd0cee8b5772c4b41954660edaff9..c3cb45b964fe4d7d27b5bddf66e7e92e98a780f7 100644 (file)
@@ -305,7 +305,7 @@ sub form_header {
     # emulate click for resubmitting actions
     $dispatch_to_popup .= "document.do.${_}.click(); " for grep { /^action_/ } keys %$form;
     $dispatch_to_popup .= "document.do.submit();";
-    $::request->{layout}->add_javascripts_inline("\$(function(){$dispatch_to_popup)");
+    $::request->{layout}->add_javascripts_inline("\$(function(){$dispatch_to_popup})");
   }
 
   my $follow_up_vc                =  $form->{ $form->{vc} eq 'customer' ? 'customer' : 'vendor' };