2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-15 19:45:46 +00:00

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

View File

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