2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-04-30 12:36:45 +00:00

style fix

This commit is contained in:
Matthias 2021-07-19 21:50:06 +02:00
parent c6fd2281d6
commit 8d2e910323

View File

@ -1465,7 +1465,7 @@ class Part(MPTTModel):
return self.supplier_parts.count()
@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 self.get_price_range(internal=internal) is not None