mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-02 13:28:49 +00:00
parent
90d12a7406
commit
fc429708f1
@ -675,4 +675,4 @@ class SupplierPriceBreak(common.models.PriceBreak):
|
|||||||
db_table = 'part_supplierpricebreak'
|
db_table = 'part_supplierpricebreak'
|
||||||
|
|
||||||
def __str__(self):
|
def __str__(self):
|
||||||
return f'{self.part.MPN} - {self.price} @ {self.quantity}'
|
return f'{self.part.SKU} - {self.price} @ {self.quantity}'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user