2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-06-18 13:15:31 +00:00

Remove support for legacy stock transfer API code

- Relies on modern API now
- Checks for error messages against hidden fields in stock items
This commit is contained in:
Oliver Walters
2022-05-22 15:59:19 +10:00
parent 55f713e3aa
commit 850c2b8c12
5 changed files with 189 additions and 353 deletions

View File

@ -5,6 +5,9 @@
---
- Fixes issue which prevented text input in search window
- Remove support for legacy stock adjustment API
- App now requires server API version 20 (or newer)
- Updated translation files
### 0.7.0 - May 2022
---