Spelling fix

This commit is contained in:
Oliver Walters 2020-04-05 19:21:54 +10:00
parent 65d955bcc6
commit 1f88f1d8ab

View file

@ -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;