2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-06-17 04:35:26 +00:00

edit stock item

- Render choice fields
This commit is contained in:
Oliver
2021-07-26 22:26:56 +10:00
parent e8cb002e3c
commit 978cefd6bf
6 changed files with 86 additions and 20 deletions

View File

@ -276,8 +276,6 @@ class InvenTreeModel {
params[key] = filters[key] ?? '';
}
print("LIST: $URL ${params.toString()}");
var response = await api.get(URL, params: params);
// A list of "InvenTreeModel" items