mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-21 03:15:45 -08:00
changing book value to be NOT searchable or sortable
This commit is contained in:
parent
8df9db76bc
commit
9e2987e680
|
@ -155,8 +155,8 @@ class AssetPresenter extends Presenter
|
||||||
'class' => 'text-right',
|
'class' => 'text-right',
|
||||||
], [
|
], [
|
||||||
"field" => "book_value",
|
"field" => "book_value",
|
||||||
"searchable" => true,
|
"searchable" => false,
|
||||||
"sortable" => true,
|
"sortable" => false,
|
||||||
"title" => trans('admin/hardware/table.book_value'),
|
"title" => trans('admin/hardware/table.book_value'),
|
||||||
"footerFormatter" => 'sumFormatter',
|
"footerFormatter" => 'sumFormatter',
|
||||||
"class" => "text-right",
|
"class" => "text-right",
|
||||||
|
|
Loading…
Reference in a new issue