mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
style fix
This commit is contained in:
parent
c6fd2281d6
commit
8d2e910323
@ -1465,7 +1465,7 @@ class Part(MPTTModel):
|
|||||||
return self.supplier_parts.count()
|
return self.supplier_parts.count()
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def has_pricing_info(self,internal=False):
|
def has_pricing_info(self, internal=False):
|
||||||
""" Return true if there is pricing information for this part """
|
""" Return true if there is pricing information for this part """
|
||||||
return self.get_price_range(internal=internal) is not None
|
return self.get_price_range(internal=internal) is not None
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user