3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-02-04 15:25:33 +00:00
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');
}