From: Joe Hunt Date: Mon, 16 Aug 2021 20:47:26 +0000 (+0200) Subject: ERROR Report GL Trans (show warning sign with huge transactions). Fixed by Itronics. X-Git-Url: https://delta.frontaccounting.com/gitweb/?p=fa-stable.git;a=commitdiff_plain;h=65ebdf66d4735f6c316323cb756cefe3e4ee5320 ERROR Report GL Trans (show warning sign with huge transactions). Fixed by Itronics. --- 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";