mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-02 05:26:45 +00:00
Pepperoni
This commit is contained in:
parent
988a35d237
commit
d1dfad591d
@ -948,4 +948,4 @@ class BomItem(models.Model):
|
|||||||
if pmin == pmax:
|
if pmin == pmax:
|
||||||
return str(pmin)
|
return str(pmin)
|
||||||
|
|
||||||
return "{pmin} to {pmax}".format(pmin=pmin, pmax=pmax)
|
return "{pmin} to {pmax}".format(pmin=pmin, pmax=pmax)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user