Fixed the conversion factor hint on the purchase page (fixes #625)

This commit is contained in:
Bernd Bestel
2020-04-12 14:09:38 +02:00
parent 6867057b6e
commit 4e5e191b22
3 changed files with 6 additions and 2 deletions

View File

@@ -12,6 +12,7 @@
### Recipe fixes
- Fixed that when editing an ingredient with "Only check if a single unit is in stock" set, the quantity unit was always set to the products stock quantity unit regardless if a different one was selected for that ingredient
- Fixed a PHP notice on the recipes page when there are no recipes (thanks @mrunkel)
- Fixed the conversion factor hint to display also decimal places on the purchase page (only displayed when the product has a different purchase/stock quantity unit)
### Calendar fixes
- Fixed that the "Share/Integrate calendar (iCal)" button did not work (thanks @tsia)