mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 03:26:24 +00:00
Cleanup
This commit is contained in:
parent
0c4803b889
commit
c2aa51ed95
8 changed files with 28 additions and 19 deletions
|
|
@ -155,7 +155,7 @@ class InvenTreePart extends InvenTreeModel {
|
|||
// Request stock items for this part
|
||||
Future<void> getStockItems(BuildContext context, {bool showDialog=false}) async {
|
||||
|
||||
InvenTreeStockItem().list(
|
||||
await InvenTreeStockItem().list(
|
||||
context,
|
||||
filters: {
|
||||
"part": "${pk}",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue