2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-05 21:20:56 +00:00

Cleaned up stock app

This commit is contained in:
Oliver
2018-05-04 19:28:28 +10:00
parent 4f63d12837
commit a7d4e299b2
9 changed files with 139 additions and 133 deletions

View File

@ -20,7 +20,7 @@ from .forms import StocktakeForm
class StockIndex(ListView):
model = StockItem
template_name = 'stock/index.html'
template_name = 'stock/location.html'
context_obect_name = 'locations'
def get_context_data(self, **kwargs):