Add notes field to stock actions

This commit is contained in:
Oliver Walters 2020-04-10 00:10:39 +10:00
parent b10931f3b6
commit 5a9dead4e6
4 changed files with 39 additions and 14 deletions

View file

@ -277,7 +277,7 @@ class InvenTreeAPI {
var _url = makeApiUrl(url);
var _headers = jsonHeaders();
print("POST: " + _url);
print("POST: ${_url} -> ${body.toString()}");
var data = jsonEncode(body);