mirror of
https://github.com/inventree/InvenTree.git
synced 2025-07-10 23:14:13 +00:00
Cleanup "bom_invalid" filter
- Allow filtering by bom either valid or invalid - Use "bom_valid" as the filter (positive tense)
This commit is contained in:
@ -845,7 +845,6 @@ class Part(MPTTModel):
|
||||
|
||||
return str(hash.digest())
|
||||
|
||||
@property
|
||||
def is_bom_valid(self):
|
||||
""" Check if the BOM is 'valid' - if the calculated checksum matches the stored value
|
||||
"""
|
||||
|
Reference in New Issue
Block a user