mirror of
https://github.com/pretix/pretix.git
synced 2026-05-08 15:44:02 +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 = (
|
||||
(None, _('Normal category')),
|
||||
('both', _('Combined category')),
|
||||
('both', _('Combined cross-selling category')),
|
||||
('only', _('Cross-selling category')),
|
||||
)
|
||||
cross_selling_mode = models.CharField(
|
||||
|
||||
Reference in New Issue
Block a user