Pep goes the weasel

This commit is contained in:
Oliver Walters
2017-03-28 23:41:05 +11:00
parent 7ce5a9a7e5
commit 433dc7b3e3
4 changed files with 9 additions and 11 deletions
-1
View File
@@ -54,7 +54,6 @@ class SupplierPriceBreak(models.Model):
currency = models.CharField(max_length=10,
blank=True)
def __str__(self):
return "{mpn} - {cost}{currency} @ {quan}".format(
mpn=part.MPN,