2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-04-28 05:26:47 +00:00

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;