Change imports to get_grouped_items' new location

This commit is contained in:
Mira Weller
2026-07-07 16:39:36 +02:00
parent 626b5ed8e6
commit 92a9a78283
7 changed files with 14 additions and 7 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ from typing import List
from django.utils.functional import cached_property
from pretix.base.models import CartPosition, ItemCategory, SalesChannel
from pretix.presale.utils import get_grouped_items
from pretix.presale.productlist import get_grouped_items
class DummyCategory:
+1 -1
View File
@@ -110,7 +110,7 @@ from pretix.celery_app import app
from pretix.helpers import OF_SELF
from pretix.helpers.models import modelcopy
from pretix.helpers.periodic import minimum_interval
from pretix.presale.utils import get_grouped_items
from pretix.presale.productlist import get_grouped_items
from pretix.testutils.middleware import debugflags_var