mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
parent
90d12a7406
commit
fc429708f1
@ -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