Browse Source

Fix test of subscription or connection to display message

release-2.9
grisel-davy 5 years ago
committed by Gabriel Detraz
parent
commit
0aa63b8d8e
  1. 2
      cotisations/payment_methods/comnpay/views.py

2
cotisations/payment_methods/comnpay/views.py

@ -55,7 +55,7 @@ def accept_payment(request, factureid):
)
# In case a cotisation was bought, inform the user, the
# cotisation time has been extended too
if any(purchase.type_cotisation for purchase in invoice.vente_set.all()):
if any(purchase.test_membership_or_connection() for purchase in invoice.vente_set.all()):
messages.success(
request,
_(

Loading…
Cancel
Save