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 2fbf7ac..18cb58a 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
@@ -120,6 +120,7 @@ def get_columns():
{"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": _("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},