Skip to content

Commit

Permalink
Merge pull request #15583 from Godmartinz/remove-sortable-from-deprec…
Browse files Browse the repository at this point in the history
…iations

Removed sortablity for current value column in depreciations report
  • Loading branch information
snipe authored Sep 30, 2024
2 parents 6217cba + 68e3f37 commit b964ce1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Presenters/DepreciationReportPresenter.php
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ public static function dataTableLayout()
], [
"field" => "book_value",
"searchable" => true,
"sortable" => true,
"sortable" => false,
"visible" => true,
"title" => trans('admin/hardware/table.book_value'),
"footerFormatter" => 'sumFormatter',
Expand Down

0 comments on commit b964ce1

Please sign in to comment.