Fixes and changelog for #767

This commit is contained in:
Bernd Bestel
2020-04-22 18:00:25 +02:00
parent 1ea26cadcc
commit fbb8999513
3 changed files with 13 additions and 6 deletions

View File

@@ -1,8 +1,14 @@
### Stock fixes
### Stock improvements/fixes
- 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)
- Fixed that it was not possible to leave the "Barcode(s)" on the product edit page by `TAB`
### Calendar fixes
- Fixed a PHP warning when using the "Share/Integrate calendar (iCal)" button (thanks @tsia)
### API fixes
- Fixed (again) that CORS was broken
### General & other improvements
- UI refresh / style improvements (thanks @zsarnett)