Support indirect QU conversions (fixes #1217)

This commit is contained in:
Bernd Bestel
2020-12-24 15:07:04 +01:00
parent 2e3c237648
commit 590cbd2460
3 changed files with 155 additions and 1 deletions

View File

@@ -8,5 +8,6 @@
- Added validation checks for most `data/config.php` settings to prevent using invalid ones (thanks @Forceu)
- Fixed that some number inputs were broken when the new decimal places setting were set to `0`
- Fixed that browser camera barcode scanning did not work on the product edit page for adding product barcodes
- Fixed that indirect unit conversions (those between units, not product overrides) could not be used/selected
- Fixed that the new product option "Never show on stock overview" was unintentionally set by default for new products
- Fixed that the success message on purchase displayed no amount when `FEATURE_FLAG_STOCK_PRICE_TRACKING` was disabled