This commit is contained in:
Oliver Walters 2019-05-08 23:33:37 +10:00
parent e9c904076f
commit f05e05664b

View File

@ -642,7 +642,7 @@ class SupplierPart(models.Model):
return cost + self.base_cost
def __str__(self):
s = "{supplier} ({sku})".format(
s = "{supplier} ({sku})".format(
sku=self.SKU,
supplier=self.supplier.name)