2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-12-15 08:48:11 +00:00

Add ability to edit / assign attatched files to test result data

This commit is contained in:
Oliver Walters
2020-05-17 16:17:05 +10:00
parent e9ed50fc4b
commit cd0e66e3c6
3 changed files with 17 additions and 0 deletions

View File

@@ -46,6 +46,7 @@ class EditStockItemTestResultForm(HelperForm):
'test',
'result',
'value',
'attachment',
'notes',
]