2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-04 20:51:00 +00:00

Complete refactor of the test-result table for stock item

This commit is contained in:
Oliver Walters
2020-05-17 21:09:49 +10:00
parent b9799e1824
commit 8ace71ef56
4 changed files with 151 additions and 65 deletions

View File

@ -254,6 +254,8 @@ class StockItemTestResultCreate(AjaxCreateView):
except (ValueError, StockItem.DoesNotExist):
pass
initials['test'] = self.request.GET.get('test', '')
return initials
def get_form(self):