Little adjustments and changelog for #788

This commit is contained in:
Bernd Bestel
2020-04-24 17:51:48 +02:00
parent f076b0d0c6
commit 9e824e1845
4 changed files with 7 additions and 3 deletions

View File

@@ -1,4 +1,5 @@
### Stock improvements/fixes
- When creating a quantity unit conversion it's now possible to automatically create the inverse conversion (thanks @kriddles)
- Optimized/clarified what the total/unit price is on the purchase page (thanks @kriddles)
- On the purchase page the amount field is now displayed above/before the best before date for better `TAB` handling (thanks @kriddles)
- Changed that when `FEATURE_FLAG_STOCK_BEST_BEFORE_DATE_TRACKING` is disabled, products now get internally a best before of "never expires" (aka `2999-12-31`) instead of today (thanks @kriddles)