From: Janusz Dobrowolski Date: Sun, 6 Jun 2010 20:11:10 +0000 (+0000) Subject: Long timeouts for ajax call for printing. X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=7b01eace984d6a9dec2117006f3807f4d43bdccf;p=textcart.git Long timeouts for ajax call for printing. --- diff --git a/reporting/includes/reports_classes.inc b/reporting/includes/reports_classes.inc index 3b72691..aee1c00 100644 --- a/reporting/includes/reports_classes.inc +++ b/reporting/includes/reports_classes.inc @@ -66,7 +66,7 @@ class BoxReports . "
\n"; $st_params .= submit('Rep'.$report->id, _("Display: ") . access_string($report->name, true), - false, '', $pdf_debug ? false : 'default') . hidden('REP_ID', $report->id, false).'

'; + false, '', $pdf_debug ? false : 'default process') . hidden('REP_ID', $report->id, false).'

'; $st_params .= $this->getOptions($report->get_controls()); $st_params .= "\n
\n"; set_focus('Rep'.$report->id);