Fixed bug with cceid search
parent
1bec15f97f
commit
cefda1b5f9
|
@ -226,7 +226,7 @@ def renQuery(rennum):
|
|||
return jsonify(renResponse.createResponse(200))
|
||||
|
||||
|
||||
def parseRetRenewal(dbRenewal):
|
||||
def parseRetRenewal(dbRenewal, source):
|
||||
if len(dbRenewal.registrations) == 0:
|
||||
return [MultiResponse.parseRenewal(dbRenewal)]
|
||||
|
||||
|
|
Loading…
Reference in New Issue