mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Fix flake issues
This commit is contained in:
parent
bdd5fa96e7
commit
d1a42f55a2
@ -87,11 +87,6 @@ class Order(models.Model):
|
||||
|
||||
return new_ref
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
def save(self, *args, **kwargs):
|
||||
if not self.creation_date:
|
||||
self.creation_date = datetime.now().date()
|
||||
|
Loading…
Reference in New Issue
Block a user