From 65ebdf66d4735f6c316323cb756cefe3e4ee5320 Mon Sep 17 00:00:00 2001 From: Joe Hunt Date: Mon, 16 Aug 2021 22:47:26 +0200 Subject: [PATCH] ERROR Report GL Trans (show warning sign with huge transactions). Fixed by Itronics. --- reporting/includes/reports_classes.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reporting/includes/reports_classes.inc b/reporting/includes/reports_classes.inc index bb24fb2d..a3d48618 100644 --- a/reporting/includes/reports_classes.inc +++ b/reporting/includes/reports_classes.inc @@ -100,7 +100,7 @@ class BoxReports . "
\n"; $st_params .= submit('Rep'.$report->id, _("Display: ") . access_string($report->name, true), - false, '', $SysPrefs->pdf_debug ? false : 'default popup') . hidden('REP_ID', $report->id, false).'

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

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