mirror of
https://github.com/pretix/pretix.git
synced 2026-05-11 16:13:59 +00:00
improve category type label for CROSS_SELLING_MODES=both
This commit is contained in:
@@ -112,7 +112,7 @@ class ItemCategory(LoggedModel):
|
|||||||
)
|
)
|
||||||
CROSS_SELLING_MODES = (
|
CROSS_SELLING_MODES = (
|
||||||
(None, _('Normal category')),
|
(None, _('Normal category')),
|
||||||
('both', _('Combined category')),
|
('both', _('Combined cross-selling category')),
|
||||||
('only', _('Cross-selling category')),
|
('only', _('Cross-selling category')),
|
||||||
)
|
)
|
||||||
cross_selling_mode = models.CharField(
|
cross_selling_mode = models.CharField(
|
||||||
|
|||||||
Reference in New Issue
Block a user