moar removal

This commit is contained in:
Godfrey M 2025-01-07 15:10:46 -08:00
parent c699baf519
commit 92762896ef

View file

@ -1137,8 +1137,6 @@ class ReportsController extends Controller
'acceptance' => $acceptance,
];
});
// Merge results into the main collection
return view('reports/unaccepted_assets', compact('assetsForReport','showDeleted' ));
}