mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 03:26:24 +00:00
v0.1.1
This commit is contained in:
parent
9f5583ee68
commit
d93f32ac2c
4 changed files with 18 additions and 3 deletions
|
|
@ -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>();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue