mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-14 03:56:24 +00:00
Fix typo
This commit is contained in:
parent
399d16f488
commit
061586e258
2 changed files with 7 additions and 18 deletions
|
|
@ -232,7 +232,7 @@ class InvenTreeStockItem extends InvenTreeModel {
|
|||
});
|
||||
}
|
||||
|
||||
int get status => getInt("staus");
|
||||
int get status => getInt("status");
|
||||
|
||||
String get packaging => getString("packaging");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue