From 97258a23e14960002ef9b7108f7ce07d9cafecdf Mon Sep 17 00:00:00 2001 From: Oliver Date: Fri, 22 Apr 2022 00:43:15 +1000 Subject: [PATCH] Update 0.7.0.md https://github.com/inventree/InvenTree/pull/2859 --- docs/releases/0.7.0.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/releases/0.7.0.md b/docs/releases/0.7.0.md index f5b75c2..f7fa036 100644 --- a/docs/releases/0.7.0.md +++ b/docs/releases/0.7.0.md @@ -43,3 +43,13 @@ title: Release 0.7.0 ### New Search Menu [#2783](https://github.com/inventree/InvenTree/pull/2783) introduces a new quick search menu which provides more comprehensive search results for quicker data access. + +### BOM Stock Data + +The Bill of Materials tables now display a more comprehensive view of available stock, including stock for variant parts, and stock for substitute parts. This allows users a better picture of what stock is actually available for use. + +## Bug Fixes + +| Pull Request | Description | +| --- | --- | +| [#2859](https://github.com/inventree/InvenTree/pull/2859) | Fixes bug which improperly checks for unique IPN values |