mirror of
https://github.com/inventree/InvenTree.git
synced 2025-07-30 16:41:35 +00:00
PEP
This commit is contained in:
@@ -999,4 +999,4 @@ class BomItem(models.Model):
|
|||||||
@property
|
@property
|
||||||
def price_info(self):
|
def price_info(self):
|
||||||
""" Return the price for this item in the BOM """
|
""" 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)
|
||||||
|
Reference in New Issue
Block a user