mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-22 03:13:12 +00:00
Fix test of subscription or connection to display message
This commit is contained in:
parent
eaf3673587
commit
0aa63b8d8e
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue