2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-14 19:15:41 +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.completed_by = user
self.status = self.CANCELLED
self.status = BuildStatus.CANCELLED
self.save()
def getAutoAllocations(self):