mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 11:36:24 +00:00
Add notes field to stock actions
This commit is contained in:
parent
b10931f3b6
commit
5a9dead4e6
4 changed files with 39 additions and 14 deletions
|
|
@ -85,8 +85,6 @@ class InvenTreeModel {
|
|||
*/
|
||||
Future<bool> reload() async {
|
||||
|
||||
print("Reloading data from $url");
|
||||
|
||||
var response = await api.get(url, params: defaultGetFilters());
|
||||
|
||||
if (response.statusCode != 200) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue