This commit is contained in:
Mira Weller
2024-07-19 14:21:24 +02:00
parent d04b855cce
commit a7e292ea58
+1 -1
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: