mirror of
https://github.com/inventree/inventree-app.git
synced 2025-04-28 13:36:50 +00:00
Spelling fix
This commit is contained in:
parent
65d955bcc6
commit
1f88f1d8ab
@ -57,7 +57,7 @@ class InvenTreePart extends InvenTreeModel {
|
|||||||
|
|
||||||
bool get isPurchaseable => jsondata['purchaseable'] ?? false;
|
bool get isPurchaseable => jsondata['purchaseable'] ?? false;
|
||||||
|
|
||||||
bool get isSaleable => jsondata['saleable'] ?? false;
|
bool get isSalable => jsondata['salable'] ?? false;
|
||||||
|
|
||||||
bool get isActive => jsondata['active'] ?? false;
|
bool get isActive => jsondata['active'] ?? false;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user