Added warranty and expiration to list view
This commit is contained in:
@@ -70,7 +70,8 @@ class AssetsController extends Controller
|
||||
'created_at',
|
||||
'updated_at',
|
||||
'purchase_date',
|
||||
'purchase_cost'
|
||||
'purchase_cost',
|
||||
'warranty_months',
|
||||
];
|
||||
|
||||
$filter = array();
|
||||
|
||||
Reference in New Issue
Block a user