From aeae1b0db3befe774a6a002fcde23440c89a759e Mon Sep 17 00:00:00 2001 From: Bernd Bestel Date: Sun, 29 May 2022 17:08:03 +0200 Subject: [PATCH] Added changelog for #1891 --- changelog/68_UNRELEASED_xxxx-xx-xx.md | 1 + 1 file changed, 1 insertion(+) diff --git a/changelog/68_UNRELEASED_xxxx-xx-xx.md b/changelog/68_UNRELEASED_xxxx-xx-xx.md index 1b99aeec..213d8b2a 100644 --- a/changelog/68_UNRELEASED_xxxx-xx-xx.md +++ b/changelog/68_UNRELEASED_xxxx-xx-xx.md @@ -58,3 +58,4 @@ - Endpoint `/stock/products/{productId}`: New field/property `default_consume_location` (contains the products default consume location object) - Endpoint `/stock/products/{productId}/add`: Fixed that the request body parameter `transaction_type` was ignored / always set to `purchase` +- Fixed that the endpoint `/stock/products/by-barcode/{barcode}/open` didn't handle stock entries provided by a grocycode (thanks @jtommi)