This commit is contained in:
akemidx
2025-03-18 16:37:27 -04:00
parent 27417cdec7
commit a398c4ab84

View File

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