Merge pull request #397 from SchrodingersGat/bug-build

Squashed a bug
This commit is contained in:
Oliver 2019-06-17 23:17:02 +10:00 committed by GitHub
commit b58982d212
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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):