mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-24 05:04:07 -08:00
removes sortablity from current value column
This commit is contained in:
parent
5689e940b8
commit
68e3f375fc
|
@ -140,7 +140,7 @@ class DepreciationReportPresenter extends Presenter
|
||||||
], [
|
], [
|
||||||
"field" => "book_value",
|
"field" => "book_value",
|
||||||
"searchable" => true,
|
"searchable" => true,
|
||||||
"sortable" => true,
|
"sortable" => false,
|
||||||
"visible" => true,
|
"visible" => true,
|
||||||
"title" => trans('admin/hardware/table.book_value'),
|
"title" => trans('admin/hardware/table.book_value'),
|
||||||
"footerFormatter" => 'sumFormatter',
|
"footerFormatter" => 'sumFormatter',
|
||||||
|
|
Loading…
Reference in a new issue