mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Merge pull request #1525 from matmair/matmair/issue1524
[BUG] no attribute MPN
This commit is contained in:
commit
2e5be35517
@ -675,4 +675,4 @@ class SupplierPriceBreak(common.models.PriceBreak):
|
||||
db_table = 'part_supplierpricebreak'
|
||||
|
||||
def __str__(self):
|
||||
return f'{self.part.MPN} - {self.price} @ {self.quantity}'
|
||||
return f'{self.part.SKU} - {self.price} @ {self.quantity}'
|
||||
|
Loading…
Reference in New Issue
Block a user