From 4d0c5502a1a29d43ebf191c369b8712633f57434 Mon Sep 17 00:00:00 2001 From: Bernd Bestel Date: Thu, 19 Aug 2021 19:48:00 +0200 Subject: [PATCH] Added changelog for #1584 --- changelog/63_UNRELEASED_xxxx.xx.xx.md | 1 + 1 file changed, 1 insertion(+) diff --git a/changelog/63_UNRELEASED_xxxx.xx.xx.md b/changelog/63_UNRELEASED_xxxx.xx.xx.md index 80718631..82de7574 100644 --- a/changelog/63_UNRELEASED_xxxx.xx.xx.md +++ b/changelog/63_UNRELEASED_xxxx.xx.xx.md @@ -9,4 +9,5 @@ - Fixed that grocycode camera barcode scanning didn't recognize the scanned code for chore/battery tracking - Fixed that `missing_products` of the `/stock/volatile` endpoint also returned incactive products - Fixed that when having multiple Userfields for an entity, the `/objects/{entity}` endpoint returned wrong Userfield values +- Fixed that the `/stock/products/by-barcode/{barcode}/consume` and `/stock/products/by-barcode/{barcode}/transfer` haven't used the stock entry given by a stock entry grocycode (thanks @lowlee for the initial work on this) - Optimized the meal plan page to be properly printable (thanks @MrKrisKrisu)