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:
@ -189,7 +189,7 @@ class StockLocationLabel(LabelTemplate):
|
||||
for loc in locations:
|
||||
|
||||
records.append({
|
||||
'location': location,
|
||||
'location': loc,
|
||||
})
|
||||
|
||||
return records
|
||||
|
Reference in New Issue
Block a user