WIP: contrôle cotisation
This commit is contained in:
parent
7cc79979ae
commit
6b2862cbe6
|
@ -286,7 +286,11 @@ def validate(member):
|
|||
"WHERE m.id = {} AND l.id_account = 481;".format(member)
|
||||
# Note: su.id_service = 1 parceque la cotisation correspond au service 1
|
||||
|
||||
answer = gestion_read(request)["results"][-1]
|
||||
try:
|
||||
answer = gestion_read(request)["results"][-1]
|
||||
except:
|
||||
print(answer)
|
||||
raise(Exception)
|
||||
|
||||
print(answer)
|
||||
|
||||
|
|
Loading…
Reference in New Issue