mirror of
https://github.com/inventree/InvenTree.git
synced 2025-07-20 19:56:31 +00:00
@@ -119,7 +119,6 @@ class StockItem(models.Model):
|
||||
self.quantity = q
|
||||
self.save()
|
||||
|
||||
|
||||
def __str__(self):
|
||||
return "{n} x {part} @ {loc}".format(
|
||||
n=self.quantity,
|
||||
|
Reference in New Issue
Block a user