Display test results

This commit is contained in:
Oliver Walters 2020-05-23 22:52:10 +10:00
parent ec31c26932
commit e89713660b
3 changed files with 164 additions and 6 deletions

View file

@ -18,7 +18,7 @@ class InvenTreeStockItemTestResult extends InvenTreeModel {
String get key => jsondata['key'] ?? '';
String get test_name => jsondata['test'] ?? '';
String get testName => jsondata['test'] ?? '';
bool get result => jsondata['result'] ?? false;