mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-03 22:08:49 +00:00
Pep goes the weasel
This commit is contained in:
parent
7ce5a9a7e5
commit
433dc7b3e3
@ -10,5 +10,4 @@ def index(request):
|
|||||||
|
|
||||||
return render(request, 'stock/index.html',
|
return render(request, 'stock/index.html',
|
||||||
{'warehouses': warehouses
|
{'warehouses': warehouses
|
||||||
}
|
})
|
||||||
)
|
|
||||||
|
@ -54,7 +54,6 @@ class SupplierPriceBreak(models.Model):
|
|||||||
currency = models.CharField(max_length=10,
|
currency = models.CharField(max_length=10,
|
||||||
blank=True)
|
blank=True)
|
||||||
|
|
||||||
|
|
||||||
def __str__(self):
|
def __str__(self):
|
||||||
return "{mpn} - {cost}{currency} @ {quan}".format(
|
return "{mpn} - {cost}{currency} @ {quan}".format(
|
||||||
mpn=part.MPN,
|
mpn=part.MPN,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user