This commit is contained in:
Oliver Walters 2021-02-22 22:05:50 +11:00
parent 9f5583ee68
commit d93f32ac2c
4 changed files with 18 additions and 3 deletions

View file

@ -172,6 +172,8 @@ class InvenTreePart extends InvenTreeModel {
});
}
int get supplier_count => jsondata['suppliers'] as int ?? 0;
// Cached list of test templates
List<InvenTreePartTestTemplate> testingTemplates = List<InvenTreePartTestTemplate>();