improve category type label for CROSS_SELLING_MODES=both

This commit is contained in:
Mira Weller
2024-10-02 09:57:16 +02:00
parent a84a27cc0b
commit 3856095088

View File

@@ -112,7 +112,7 @@ class ItemCategory(LoggedModel):
)
CROSS_SELLING_MODES = (
(None, _('Normal category')),
('both', _('Combined category')),
('both', _('Combined cross-selling category')),
('only', _('Cross-selling category')),
)
cross_selling_mode = models.CharField(