Skip to content

Commit

Permalink
Derp
Browse files Browse the repository at this point in the history
Signed-off-by: snipe <[email protected]>
  • Loading branch information
snipe committed Aug 10, 2022
1 parent 637604d commit e7c4740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Http/Controllers/ReportsController.php
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@ public function postCustom(Request $request)
$header[] = trans('general.notes');
}

if ($request->filled('notes')) {
if ($request->filled('url')) {
$header[] = trans('admin/manufacturers/table.url');
}

Expand Down

0 comments on commit e7c4740

Please sign in to comment.