confirmation emails to buyers
This commit is contained in:
@@ -732,7 +732,10 @@ class PlanSelectForm(forms.Form):
|
||||
"price","clubsize","shortname"
|
||||
)
|
||||
if rower:
|
||||
amount = rower.paidplan.price
|
||||
try:
|
||||
amount = rower.paidplan.price
|
||||
except AttributeError:
|
||||
amount = 0
|
||||
self.fields['plan'].queryset = PaidPlan.objects.filter(
|
||||
paymentprocessor=rower.paymentprocessor
|
||||
).exclude(
|
||||
|
||||
Reference in New Issue
Block a user