Skip to content

Commit 4edba06

Browse files
committed
Removed duplicate model column in depreciation report
Signed-off-by: snipe <[email protected]>
1 parent aa54c23 commit 4edba06

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

app/Presenters/DepreciationReportPresenter.php

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,7 @@ public static function dataTableLayout()
4848
"sortable" => true,
4949
"title" => trans('general.asset_model'),
5050
"visible" => true,
51-
], [
52-
"field" => "model",
53-
"searchable" => true,
54-
"sortable" => true,
55-
"title" => trans('admin/hardware/form.model'),
56-
"visible" => true,
57-
], [
51+
], [
5852
"field" => "model_number",
5953
"searchable" => true,
6054
"sortable" => true,

0 commit comments

Comments
 (0)