mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-29 20:16:44 +00:00
PEP
This commit is contained in:
parent
b64a29b897
commit
54ccf6c7b3
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user