Merge pull request #15583 from Godmartinz/remove-sortable-from-depreciations
Removed sortablity for current value column in depreciations report
This commit is contained in:
commit
b964ce1025
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ class DepreciationReportPresenter extends Presenter
|
|||
], [
|
||||
"field" => "book_value",
|
||||
"searchable" => true,
|
||||
"sortable" => true,
|
||||
"sortable" => false,
|
||||
"visible" => true,
|
||||
"title" => trans('admin/hardware/table.book_value'),
|
||||
"footerFormatter" => 'sumFormatter',
|
||||
|
|
Loading…
Add table
Reference in a new issue