2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-06-14 19:25:27 +00:00

Fix bug in purchase order form (#354)

- Remove "project_code" field if the server API does not yet support it
This commit is contained in:
Oliver
2023-05-18 20:55:50 +10:00
committed by GitHub
parent 905cedf9af
commit b733d00c37
3 changed files with 14 additions and 2 deletions

View File

@ -1,3 +1,7 @@
### 0.12.1 - May 2023
- Fixes bug in purchase order form
### 0.12.0 - April 2023
---