mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Pepperoni
This commit is contained in:
parent
988a35d237
commit
d1dfad591d
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user