Revision 02d3f010
Von Bernd Bleßmann vor etwa 12 Jahren hinzugefügt
bin/mozilla/do.pl | ||
---|---|---|
305 | 305 |
# emulate click for resubmitting actions |
306 | 306 |
$dispatch_to_popup .= "document.do.${_}.click(); " for grep { /^action_/ } keys %$form; |
307 | 307 |
$dispatch_to_popup .= "document.do.submit();"; |
308 |
$::request->{layout}->add_javascripts_inline("\$(function(){$dispatch_to_popup)"); |
|
308 |
$::request->{layout}->add_javascripts_inline("\$(function(){$dispatch_to_popup})");
|
|
309 | 309 |
} |
310 | 310 |
|
311 | 311 |
my $follow_up_vc = $form->{ $form->{vc} eq 'customer' ? 'customer' : 'vendor' }; |
Auch abrufbar als: Unified diff
Syntaxfehler (fehlende Klammer) korrigiert.
behebt #2048