Fixed the "Add as barcode to existing product" productpicker workflow from the /shoppinglistitem page (fixes #1262)

This commit is contained in:
Bernd Bestel
2021-07-04 15:46:19 +02:00
parent 4086a63ebd
commit 734e174442
3 changed files with 23 additions and 1 deletions

View File

@@ -41,6 +41,7 @@
- Fixed the form validation on the shopping list item page (thanks @Forceu)
- Fixed that when adding products to the shopping list from the stock overview page, the used quantity unit was always the products default purchase QU (and not the selected one)
- Fixed that the displayed last unit/total price was wrong when the used quantity unit was not the products stock QU
- Fixed that the "Add as barcode to existing product" productpicker workflow did not work
### Recipe improvements/fixes
- Recipe printing improvements (thanks @Ape)