Squashed a bug

This commit is contained in:
Oliver Walters 2019-06-17 23:02:44 +10:00
parent e347f2ce80
commit 008a55d3d7

View File

@ -110,7 +110,7 @@ class Build(models.Model):
self.completion_date = datetime.now().date()
self.completed_by = user
self.status = self.CANCELLED
self.status = BuildStatus.CANCELLED
self.save()
def getAutoAllocations(self):