Private
Public Access
1
0

removed club size

This commit is contained in:
Sander Roosendaal
2019-02-16 09:20:54 +01:00
parent e9043733de
commit 170c267e0e
7 changed files with 27 additions and 49 deletions

View File

@@ -752,7 +752,7 @@ class PlanSelectForm(forms.Form):
).exclude(
shortname="basic"
).order_by(
"price","clubsize","shortname"
"price","shortname"
)
if rower and not includeall:
try:
@@ -765,7 +765,7 @@ class PlanSelectForm(forms.Form):
).exclude(
price__lte=amount
).order_by(
"price","clubsize","shortname"
"price","shortname"
)