mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-23 11:43:47 -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) : '';
|
||||
}
|
||||
|
||||
if ($request->filled('asset_eol_date')) {
|
||||
if ($request->filled('eol')) {
|
||||
$row[] = ($asset->purchase_date != '') ? $asset->asset_eol_date : '';
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue