Add comment

This commit is contained in:
Marcus Moore 2024-10-22 16:54:38 -07:00
parent 02c22c9efb
commit 5ebf013d4e
No known key found for this signature in database

View file

@ -398,6 +398,7 @@ class ReportsController extends Controller
$this->authorize('reports.view');
$customfields = CustomField::get();
$report_templates = ReportTemplate::orderBy('name')->get();
// view needs template to render correctly, even if it is empty...
$template = new ReportTemplate;
// Set the report's input values if we were redirected back with