Fixed the "Add as barcode to existing product" productpicker workflow failed to add the barcode to the given product (fixes #222)

This commit is contained in:
Bernd Bestel
2019-05-03 18:29:09 +02:00
parent b310aa55c5
commit 94c6e634b8
4 changed files with 53 additions and 25 deletions

View File

@@ -20,3 +20,5 @@
- This involved some string changes which results in a needed (re)translation of about 20 strings (excluding demo data)
- Also applies to quantity units, n-plural forms can be entered on the quantity unit edit page
- It's not required to install the PHP gettext extension, on both, server and client, managed implementations of gettext are used ([oscarotero/Gettext](https://github.com/oscarotero/Gettext) & [oscarotero/gettext-translator](https://github.com/oscarotero/gettext-translator))
- Some other small fixes
- The "Add as barcode to existing product" productpicker workflow failed to add the barcode to the given product