mirror of
https://github.com/snipe/snipe-it.git
synced 2026-02-04 15:25:33 +00:00
reset
This commit is contained in:
@ -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');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user