mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 07:34:06 -08:00
Fixed parse error on hardware blade
This commit is contained in:
parent
f1bbdc9e59
commit
7b99f81f72
|
@ -246,7 +246,7 @@ class AssetPresenter extends Presenter
|
|||
"searchable" => false,
|
||||
"sortable" => false,
|
||||
"switchable" => true,
|
||||
"title" => trans('general.checkin')'/'trans('general.checkout'),
|
||||
"title" => trans('general.checkin').'/'.trans('general.checkout'),
|
||||
"visible" => true,
|
||||
"formatter" => "hardwareInOutFormatter",
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue