3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-02-17 20:25:28 +00:00

Merge pull request #15583 from Godmartinz/remove-sortable-from-depreciations

Removed sortablity for current value column in depreciations report
This commit is contained in:
snipe
2024-09-30 19:25:05 +01:00
committed by GitHub

View File

@ -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',