diff --git a/smart_service/add_ons/report/model_hit_report/model_hit_report.py b/smart_service/add_ons/report/model_hit_report/model_hit_report.py index f90435b..40a0ab6 100644 --- a/smart_service/add_ons/report/model_hit_report/model_hit_report.py +++ b/smart_service/add_ons/report/model_hit_report/model_hit_report.py @@ -122,8 +122,8 @@ def get_columns(): {"label": _("Device Type"), "fieldname": "device_type", "fieldtype": "Data", "width": 150}, {"label": _("Module"), "fieldname": "module_id", "fieldtype": "Data", "width": 150}, {"label": _("Model"), "fieldname": "vehicle_id", "fieldtype": "Data", "width": 150}, - {"label": _("Variant"), "fieldname": "variant_id", "fieldtype": "Data", "width": 150}, {"label": _("Variant Mapping"), "fieldname": "variant_mapping_id", "fieldtype": "Data", "width": 150}, + {"label": _("Variant"), "fieldname": "variant_id", "fieldtype": "Data", "width": 150}, {"label": _("System"), "fieldname": "system_id", "fieldtype": "Data", "width": 150}, {"label": _("Sub System"), "fieldname": "sub_system_id", "fieldtype": "Data", "width": 150}, {"label": _("Procedure"), "fieldname": "procedure_id", "fieldtype": "Data", "width": 150},