Register test template in the admin interface

This commit is contained in:
Oliver Walters
2020-05-17 13:50:06 +10:00
parent badf9230a9
commit f791ac9f57
5 changed files with 30 additions and 3 deletions
+1 -1
View File
@@ -962,7 +962,7 @@ class StockItem(MPTTModel):
result_map = {}
for result in results:
key = helpers.generateTestKey(result.test)
key = helpers.generateTestKey(result.test)
result_map[key] = result
return result_map