mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-29 03:56:43 +00:00
Squashed a bug
This commit is contained in:
parent
e347f2ce80
commit
008a55d3d7
@ -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):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user