mirror of
https://github.com/inventree/inventree-app.git
synced 2025-06-12 10:15:32 +00:00
Add notes field to stock actions
This commit is contained in:
@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user