removing depreciation from purchase cost (unneeded, should go elsewhere if wanted)

This commit is contained in:
akemidx 2025-03-18 16:38:44 -04:00
parent a398c4ab84
commit e408b902f0

View file

@ -485,7 +485,7 @@ class ReportsController extends Controller
$header[] = trans('admin/hardware/table.purchase_date');
}
if (($request->filled('purchase_cost')) || ($request->filled('depreciation'))) {
if ($request->filled('purchase_cost')) {
$header[] = trans('admin/hardware/table.purchase_cost');
}