Long timeouts for ajax call for printing.
authorJanusz Dobrowolski <janusz@frontaccounting.eu>
Sun, 6 Jun 2010 20:11:10 +0000 (20:11 +0000)
committerJanusz Dobrowolski <janusz@frontaccounting.eu>
Sun, 6 Jun 2010 20:11:10 +0000 (20:11 +0000)
reporting/includes/reports_classes.inc

index 3b72691dd59c5c234eeab682136571222d4292dd..aee1c00e4b7e2b244124ff335aa6ef245023a5a8 100644 (file)
@@ -66,7 +66,7 @@ class BoxReports
                                                . "<form method='POST' action='$action' target='_blank'>\n";
                                        $st_params .= submit('Rep'.$report->id,  
                                                _("Display: ") . access_string($report->name, true),
-                                               false, '', $pdf_debug ? false : 'default') . hidden('REP_ID', $report->id, false).'<br><br>';
+                                               false, '', $pdf_debug ? false : 'default process') . hidden('REP_ID', $report->id, false).'<br><br>';
                                        $st_params .= $this->getOptions($report->get_controls());
                                        $st_params .= "\n</form></td></tr></table>\n";
                                        set_focus('Rep'.$report->id);