From d1dfad591dffa75729b1cb0360bf3d41606dac24 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Tue, 21 May 2019 15:38:22 +1000 Subject: [PATCH] Pepperoni --- InvenTree/part/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/InvenTree/part/models.py b/InvenTree/part/models.py index 829f654c06..2cfb37d3e3 100644 --- a/InvenTree/part/models.py +++ b/InvenTree/part/models.py @@ -948,4 +948,4 @@ class BomItem(models.Model): if pmin == pmax: return str(pmin) - return "{pmin} to {pmax}".format(pmin=pmin, pmax=pmax) \ No newline at end of file + return "{pmin} to {pmax}".format(pmin=pmin, pmax=pmax)