mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
PEP
This commit is contained in:
parent
b64a29b897
commit
54ccf6c7b3
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user