ERROR Report GL Trans (show warning sign with huge transactions). Fixed by Itronics.
authorJoe Hunt <joe.hunt.consulting@gmail.com>
Mon, 16 Aug 2021 20:47:26 +0000 (22:47 +0200)
committerJoe Hunt <joe.hunt.consulting@gmail.com>
Mon, 16 Aug 2021 20:47:26 +0000 (22:47 +0200)
reporting/includes/reports_classes.inc

index bb24fb2d4d29bb73b6dc95c2132b0398cd6150ce..a3d48618767d77075034ef1d5015fd2f9622db71 100644 (file)
@@ -100,7 +100,7 @@ class BoxReports
                                                . "<form method='POST' action='$action' target='_blank'>\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).'<br><br>';
+                                               false, '', $SysPrefs->pdf_debug ? false : 'default process popup') . hidden('REP_ID', $report->id, false).'<br><br>';
                                        $st_params .= $this->getOptions($report->get_controls(), $report->id);
                                        $st_params .= "\n<input type=hidden name='Class' value=".$cur_class.">"
                                                ."\n</form></td></tr></table>\n";