Add ability to filter stock by "in_stock" (#376)

This commit is contained in:
Oliver 2023-06-20 20:38:07 +10:00 committed by GitHub
parent 001450d3bb
commit 770d9cddb2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 13 additions and 1 deletions

View file

@ -186,7 +186,6 @@ class InvenTreeStockItem extends InvenTreeModel {
"part_detail": "true",
"location_detail": "true",
"supplier_detail": "true",
"in_stock": "true",
};
}