mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-14 09:34:10 -08:00
fixing key names
This commit is contained in:
parent
e35dd2daa1
commit
0bdd8a5917
|
@ -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…
Reference in a new issue