From 30d89f4529736b86910574f540ed12ddabd82d6e Mon Sep 17 00:00:00 2001 From: Bernd Bestel Date: Sat, 14 Sep 2019 17:38:58 +0200 Subject: [PATCH] Typo... --- changelog/52_UNRELEASED_2019-xx-xx.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/52_UNRELEASED_2019-xx-xx.md b/changelog/52_UNRELEASED_2019-xx-xx.md index 52f5c82f..fbd7bbda 100644 --- a/changelog/52_UNRELEASED_2019-xx-xx.md +++ b/changelog/52_UNRELEASED_2019-xx-xx.md @@ -4,7 +4,7 @@ - Parent and sub products can have stock (both are regular products, no difference from that side) - On the stock overview page the aggregated amount is displayed next to the amount (sigma sign) - When a recipe needs a parent product, the need is also fulfilled when enough sub product(s) are in stock - - API change (no breaking change): `​/stock​/products​/{productId}` returns additional fields for the aggregated up amount(s): `stock_amount_aggregated` and `stock_amount_opened_aggregated` - contains the same for "normal" products, `is_aggregated_amount` indicates if aggregation has happened + - API change (no breaking change): `​/stock​/products​/{productId}` returns additional fields for the aggregated amount(s): `stock_amount_aggregated` and `stock_amount_opened_aggregated` - contains the same for "normal" products, `is_aggregated_amount` indicates if aggregation has happened - It's now possible to print a "Location Content Sheet" with the current stock per location - new button at the top of the stock overview page - The product description now can have formattings (HTML/WYSIWYG editor like for recipes) - Chores improvements