This commit is contained in:
Oliver Walters 2019-05-18 21:56:39 +10:00
parent b64a29b897
commit 54ccf6c7b3

View File

@ -999,4 +999,4 @@ class BomItem(models.Model):
@property
def price_info(self):
""" Return the price for this item in the BOM """
return self.sub_part.get_price_info(self.quantity)
return self.sub_part.get_price_info(self.quantity)