2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-05-02 13:28:49 +00:00

Pepperoni

This commit is contained in:
Oliver Walters 2019-05-21 15:38:22 +10:00
parent 988a35d237
commit d1dfad591d

View File

@ -948,4 +948,4 @@ class BomItem(models.Model):
if pmin == pmax:
return str(pmin)
return "{pmin} to {pmax}".format(pmin=pmin, pmax=pmax)
return "{pmin} to {pmax}".format(pmin=pmin, pmax=pmax)