This commit is contained in:
Oliver Walters 2023-04-21 20:39:37 +10:00
parent 399d16f488
commit 061586e258
2 changed files with 7 additions and 18 deletions

View file

@ -232,7 +232,7 @@ class InvenTreeStockItem extends InvenTreeModel {
});
}
int get status => getInt("staus");
int get status => getInt("status");
String get packaging => getString("packaging");