Skip to content

Commit c758355

Browse files
committed
Merge remote-tracking branch 'origin/develop'
2 parents 79d97a8 + 43c310c commit c758355

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

0 commit comments

Comments
 (0)