From 11bf89e13a7c0b356910a9a39514b80c0a6f2eb2 Mon Sep 17 00:00:00 2001 From: Bernd Bestel Date: Thu, 2 Apr 2020 08:39:25 +0200 Subject: [PATCH] Added changelog for #688 --- changelog/57_UNRELEASED_2020-xx-xx.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/changelog/57_UNRELEASED_2020-xx-xx.md b/changelog/57_UNRELEASED_2020-xx-xx.md index 60dc9a85..8cf6ee7b 100644 --- a/changelog/57_UNRELEASED_2020-xx-xx.md +++ b/changelog/57_UNRELEASED_2020-xx-xx.md @@ -5,6 +5,9 @@ - => The price history chart on the product card shows a line per store - (Thanks @immae and @kriddles) +### Stock improvements +- When creating a new product, the "QU id stock" is now preset by the "QU id purchase" (because most of the time that's most probably the same) (thanks @Mik-) + ### Recipe fixes - Fixed a PHP notice on the recipes page when there are no recipes (thanks @mrunkel)