2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-06-17 04:35:26 +00:00
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>();