changing book value to be NOT searchable or sortable

This commit is contained in:
akemidx 2023-07-19 13:44:31 -04:00
parent 8df9db76bc
commit 9e2987e680

View file

@ -155,8 +155,8 @@ class AssetPresenter extends Presenter
'class' => 'text-right',
], [
"field" => "book_value",
"searchable" => true,
"sortable" => true,
"searchable" => false,
"sortable" => false,
"title" => trans('admin/hardware/table.book_value'),
"footerFormatter" => 'sumFormatter',
"class" => "text-right",