Added warranty and expiration to list view

This commit is contained in:
snipe
2017-10-31 07:05:15 -07:00
parent 32b2f77ad9
commit 37868cd70e
3 changed files with 16 additions and 2 deletions
@@ -70,7 +70,8 @@ class AssetsController extends Controller
'created_at',
'updated_at',
'purchase_date',
'purchase_cost'
'purchase_cost',
'warranty_months',
];
$filter = array();