Skip to content

Commit

Permalink
fix: remove TCO field in object form
Browse files Browse the repository at this point in the history
  • Loading branch information
MyvTsv committed Nov 29, 2024
1 parent 7f9fab1 commit 8f1d48b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/object.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -623,7 +623,7 @@ public function showForm($id, $options = [], $previsualisation = false)
public static function getFieldsToHide()
{
return ['id', 'is_recursive', 'is_template', 'template_name', 'is_deleted',
'entities_id', 'notepad', 'date_mod', 'date_creation'
'entities_id', 'notepad', 'date_mod', 'date_creation', 'ticket_tco'
];
}

Expand Down

0 comments on commit 8f1d48b

Please sign in to comment.