mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
Removed duplicate model column in depreciation report
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
aa54c23f98
commit
4edba064d5
|
@ -48,13 +48,7 @@ class DepreciationReportPresenter extends Presenter
|
|||
"sortable" => true,
|
||||
"title" => trans('general.asset_model'),
|
||||
"visible" => true,
|
||||
], [
|
||||
"field" => "model",
|
||||
"searchable" => true,
|
||||
"sortable" => true,
|
||||
"title" => trans('admin/hardware/form.model'),
|
||||
"visible" => true,
|
||||
], [
|
||||
], [
|
||||
"field" => "model_number",
|
||||
"searchable" => true,
|
||||
"sortable" => true,
|
||||
|
|
Loading…
Reference in a new issue