projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d67839
)
Syntaxfehler (fehlende Klammer) korrigiert.
author
Bernd Bleßmann
<bernd@kivitendo-premium.de>
Fri, 9 Nov 2012 09:59:55 +0000
(10:59 +0100)
committer
Niclas Zimmermann
<niclas@kivitendo-premium.de>
Fri, 9 Nov 2012 11:55:45 +0000
(12:55 +0100)
behebt #2048
bin/mozilla/do.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/do.pl
b/bin/mozilla/do.pl
index
570c7c3
..
c3cb45b
100644
(file)
--- a/
bin/mozilla/do.pl
+++ b/
bin/mozilla/do.pl
@@
-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' };