2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-05-11 20:18:39 +00:00

Add validation for StockItemTestResult based on the matching PartTestTemplate

This commit is contained in:
Oliver Walters
2020-05-18 19:11:43 +10:00
parent e8c402ecd9
commit fc6cad475a
2 changed files with 26 additions and 1 deletions
+4 -1
View File
@@ -39,7 +39,10 @@ class EditPartTestTemplateForm(HelperForm):
fields = [
'part',
'test_name',
'required'
'description',
'required',
'requires_value',
'requires_attachment',
]