mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
PEP fix
This commit is contained in:
parent
a9224445b6
commit
2f7f49c116
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user