mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Set visible to true for checkin/checkout buttons
This commit is contained in:
parent
8cce1a3882
commit
2892e32095
|
@ -165,6 +165,7 @@ class AssetPresenter extends Presenter
|
|||
"sortable" => false,
|
||||
"switchable" => true,
|
||||
"title" => 'Checkin/Checkout',
|
||||
"visible" => true,
|
||||
"formatter" => "hardwareInOutFormatter",
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue