Skip to content

Commit a398c4a

Browse files
committed
reset
1 parent 27417cd commit a398c4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Http/Controllers/ReportsController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ public function postCustom(CustomAssetReportRequest $request) : StreamedResponse
485485
$header[] = trans('admin/hardware/table.purchase_date');
486486
}
487487

488-
if ($request->filled('purchase_cost')) {
488+
if (($request->filled('purchase_cost')) || ($request->filled('depreciation'))) {
489489
$header[] = trans('admin/hardware/table.purchase_cost');
490490
}
491491

0 commit comments

Comments
 (0)