This commit is contained in:
Mira Weller
2024-06-25 15:17:11 +02:00
parent d04b855cce
commit a7e292ea58

View File

@@ -227,7 +227,7 @@ class ItemCategory(LoggedModel):
def get_category_type_display(self):
if self.is_addon:
return _('Add-On products')
return _('Add-on products')
elif self.cross_selling_mode:
return self.get_cross_selling_mode_display()
else: