2
0
mirror of https://github.com/inventree/inventree-docs.git synced 2025-04-28 05:36:46 +00:00

Add docs page for 0.5.1

This commit is contained in:
Oliver 2021-10-07 11:54:05 +11:00
parent f26eb40910
commit e390ab2c1b

15
docs/releases/0.5.1.md Normal file
View File

@ -0,0 +1,15 @@
---
title: Release 0.5.1
---
## Release 0.5.1
### Bug Fixes
| Pull Request | Description |
| --- | --- |
| [#2090](https://github.com/inventree/InvenTree/pull/2090) | Fixes critical bug in purchase order API endpoint for receiving items |
| [#2100](https://github.com/inventree/InvenTree/pull/2100) | Allows blank values in "barcode" field when receiving purchase order items via the API |
| [#2101](https://github.com/inventree/InvenTree/pull/2101) | Fixes rendering issues in build output tables |
| [#2108](https://github.com/inventree/InvenTree/pull/2108) | Fixes error when trying to build new stock from the SalesOrder table |
| [#2118](https://github.com/inventree/InvenTree/pull/2118) | Fixes crash bug when exporting BOM data under certain conditions |