mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-04 06:18:48 +00:00
Style fix
This commit is contained in:
parent
2c28ef6b3c
commit
41485e0e0f
@ -119,7 +119,6 @@ class StockItem(models.Model):
|
|||||||
self.quantity = q
|
self.quantity = q
|
||||||
self.save()
|
self.save()
|
||||||
|
|
||||||
|
|
||||||
def __str__(self):
|
def __str__(self):
|
||||||
return "{n} x {part} @ {loc}".format(
|
return "{n} x {part} @ {loc}".format(
|
||||||
n=self.quantity,
|
n=self.quantity,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user