mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-12 06:17:28 -08:00
removed comments, because I forgot
This commit is contained in:
parent
58c54cc3dc
commit
27039325f3
|
@ -644,7 +644,6 @@ class ReportsController extends Controller
|
|||
}
|
||||
if($request->filled('exclude_archived')){
|
||||
$assets->notArchived();
|
||||
// where('archived', '=', 0) && $assets->where('status_id', '!=', 3);
|
||||
}
|
||||
|
||||
$assets->orderBy('assets.id', 'ASC')->chunk(20, function ($assets) use ($handle, $customfields, $request) {
|
||||
|
|
Loading…
Reference in a new issue