Fix discount view and shirt ordering
This commit is contained in:
parent
52c090cdff
commit
357fe894dd
1 changed files with 2 additions and 2 deletions
2
vendor/registrasion/registrasion/views.py
vendored
2
vendor/registrasion/registrasion/views.py
vendored
|
@ -291,7 +291,7 @@ def _guided_registration_products(request, mode):
|
|||
seen_categories = []
|
||||
|
||||
with BatchController.batch(request.user):
|
||||
available_products = set(ProductController.available_products(
|
||||
available_products = list(ProductController.available_products(
|
||||
request.user,
|
||||
products=all_products,
|
||||
))
|
||||
|
|
Loading…
Reference in a new issue