mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 03:26:24 +00:00
Spelling fix
This commit is contained in:
parent
65d955bcc6
commit
1f88f1d8ab
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ class InvenTreePart extends InvenTreeModel {
|
|||
|
||||
bool get isPurchaseable => jsondata['purchaseable'] ?? false;
|
||||
|
||||
bool get isSaleable => jsondata['saleable'] ?? false;
|
||||
bool get isSalable => jsondata['salable'] ?? false;
|
||||
|
||||
bool get isActive => jsondata['active'] ?? false;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue