mirror of
https://github.com/inventree/inventree-app.git
synced 2025-06-13 18:55:34 +00:00
Spelling fix
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user