Set visible to true for checkin/checkout buttons

This commit is contained in:
snipe 2017-02-08 18:20:44 -08:00
parent 8cce1a3882
commit 2892e32095

View file

@ -165,6 +165,7 @@ class AssetPresenter extends Presenter
"sortable" => false,
"switchable" => true,
"title" => 'Checkin/Checkout',
"visible" => true,
"formatter" => "hardwareInOutFormatter",
];