mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-12 06:17:28 -08:00
Add comment
This commit is contained in:
parent
02c22c9efb
commit
5ebf013d4e
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue