2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-12 18:15:40 +00:00

Remove unused views

This commit is contained in:
Oliver Walters
2021-01-09 21:55:05 +11:00
parent e133fff03e
commit 21d5440f98
3 changed files with 1 additions and 90 deletions

View File

@ -189,7 +189,7 @@ class StockLocationLabel(LabelTemplate):
for loc in locations:
records.append({
'location': location,
'location': loc,
})
return records