mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
not a pep
This commit is contained in:
parent
433dc7b3e3
commit
1a875811b7
@ -40,7 +40,7 @@ class ProjectPart(models.Model):
|
||||
""" A project part associates a single part with a project
|
||||
The quantity of parts required for a single-run of that project is stored.
|
||||
The overage is the number of extra parts that are generally used for a single run.
|
||||
"""
|
||||
"""
|
||||
|
||||
# Overage types
|
||||
OVERAGE_PERCENT = 0
|
||||
|
@ -9,5 +9,6 @@ def index(request):
|
||||
warehouses = Warehouse.objects.filter(parent=None)
|
||||
|
||||
return render(request, 'stock/index.html',
|
||||
{'warehouses': warehouses
|
||||
{
|
||||
'warehouses': warehouses
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user