2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-01 11:10:54 +00:00

Merge remote-tracking branch 'inventree/master'

This commit is contained in:
Oliver Walters
2019-07-12 00:20:54 +10:00
134 changed files with 219 additions and 59 deletions

View File

@ -147,8 +147,6 @@ class StockItem(models.Model):
- Quantity must be 1 if the StockItem has a serial number
"""
print("Trying to clean the StockItem")
# The 'supplier_part' field must point to the same part!
try:
if self.supplier_part is not None: