Commit dbc0f353 by John Jarvis

cert_status temporary assignment removed

parent 289301e0
......@@ -167,8 +167,7 @@ class XQueueCertInterface(object):
# check to see whether the student is on the
# the embargoed country restricted list
if self.restricted.filter(user=student).exists():
cert_status = status.restricted
cert.status = cert_status
cert.status = status.restricted
cert.save()
return cert.status
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment