Fixed product edit page barcodes field tab handling (fixes #764)

This commit is contained in:
Bernd Bestel
2020-04-19 15:01:58 +02:00
parent 8cbfd5fedb
commit f4b70e9ae3
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,6 @@
### Stock fixes
- 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)