removing depreciation from purchase cost (unneeded, should go elsewhere if wanted)
This commit is contained in:
parent
a398c4ab84
commit
e408b902f0
1 changed files with 1 additions and 1 deletions
|
@ -485,7 +485,7 @@ class ReportsController extends Controller
|
|||
$header[] = trans('admin/hardware/table.purchase_date');
|
||||
}
|
||||
|
||||
if (($request->filled('purchase_cost')) || ($request->filled('depreciation'))) {
|
||||
if ($request->filled('purchase_cost')) {
|
||||
$header[] = trans('admin/hardware/table.purchase_cost');
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue