forked from CGM_Public/pretix_original
Categories management
This commit is contained in:
@@ -342,7 +342,7 @@ class ItemCategory(models.Model):
|
||||
verbose_name=_("Category name"),
|
||||
)
|
||||
position = models.IntegerField(
|
||||
null=True, blank=True
|
||||
default=0
|
||||
)
|
||||
|
||||
def __str__(self):
|
||||
|
||||
Reference in New Issue
Block a user