2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-15 19:45:46 +00:00

Peppy fixes

This commit is contained in:
Oliver Walters
2019-06-15 19:42:09 +10:00
parent 1290e7f289
commit 3405fb93a9
3 changed files with 5 additions and 6 deletions

View File

@ -251,7 +251,7 @@ class StockItem(models.Model):
updated = models.DateField(auto_now=True, null=True)
purchase_order = models.ForeignKey(
'order.PurchaseOrder',
'order.PurchaseOrder',
on_delete=models.SET_NULL,
related_name='stock_items',
blank=True, null=True,