diff --git a/changelog/61_UNRELEASED_xxxx-xx-xx.md b/changelog/61_UNRELEASED_xxxx-xx-xx.md index 0ef39715..17da2835 100644 --- a/changelog/61_UNRELEASED_xxxx-xx-xx.md +++ b/changelog/61_UNRELEASED_xxxx-xx-xx.md @@ -1,2 +1,3 @@ - Improved the prerequisites checker (added missing required PHP extension `ctype`) (thanks @Forceu) - Fixed that browser camera barcode scanning did not work on the product edit page +- Fixed that the new product option "Never show on stock overview" was unintentionally set by default for new products diff --git a/views/productform.blade.php b/views/productform.blade.php index 5fcee16c..fb0758ee 100644 --- a/views/productform.blade.php +++ b/views/productform.blade.php @@ -402,10 +402,7 @@