cert_status temporary assignment removed

This commit is contained in:
John Jarvis
2013-01-29 10:22:58 -05:00
parent 289301e0ea
commit dbc0f353c5

View File

@@ -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