mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 03:26:24 +00:00
Add ability to edit Part object
This commit is contained in:
parent
8374691d8c
commit
16cdae42ed
4 changed files with 125 additions and 5 deletions
|
|
@ -270,12 +270,10 @@ class InvenTreeAPI {
|
|||
|
||||
print("PATCH: " + _url);
|
||||
|
||||
final response = await http.patch(_url,
|
||||
return http.patch(_url,
|
||||
headers: _headers,
|
||||
body: _body,
|
||||
);
|
||||
|
||||
return response;
|
||||
}
|
||||
|
||||
// Perform a POST request
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue