fixing key names
This commit is contained in:
parent
e35dd2daa1
commit
0bdd8a5917
1 changed files with 1 additions and 1 deletions
|
@ -723,7 +723,7 @@ class ReportsController extends Controller
|
||||||
$row[] = ($asset->purchase_cost) ? Helper::formatCurrencyOutput($asset->purchase_cost) : '';
|
$row[] = ($asset->purchase_cost) ? Helper::formatCurrencyOutput($asset->purchase_cost) : '';
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($request->filled('asset_eol_date')) {
|
if ($request->filled('eol')) {
|
||||||
$row[] = ($asset->purchase_date != '') ? $asset->asset_eol_date : '';
|
$row[] = ($asset->purchase_date != '') ? $asset->asset_eol_date : '';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue