From 2f7f49c116d3358c6756584ee31b48aa222e95bd Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Sun, 28 Apr 2019 11:54:40 +1000 Subject: [PATCH] PEP fix --- InvenTree/stock/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/InvenTree/stock/models.py b/InvenTree/stock/models.py index e74c4c30d5..2f61c068cd 100644 --- a/InvenTree/stock/models.py +++ b/InvenTree/stock/models.py @@ -84,7 +84,7 @@ class StockItem(models.Model): - The 'part' and 'supplier_part.part' fields cannot point to the same Part object - The 'part' does not belong to itself - Quantity must be 1 if the StockItem has a serial number - """ + """ # The 'supplier_part' field must point to the same part! try: