Fixed hotkeys behaviour in reporting module.
[fa-stable.git] / reporting / includes / reports_classes.inc
index 1e0090a148725bb8f688f0754e07ea0b056b57cc..a979588fe3cc55e8d959a56819142a56eb63ed7f 100644 (file)
@@ -67,6 +67,7 @@ class BoxReports
                                                false, '', $pdf_debug ? false : 'default') . '<br><br>';
                                        $st_params .= $report->getDisplay() 
                                                . "\n</form></td></tr></table>\n";
+                                       set_focus('Rep'.$report->id);
                                        $Ajax->addUpdate(true, 'rep_form', $st_params);
                                }
                        }