Bug: Database field was not automatically updated by IPOS during the database update phase (MinReorderQuantity should have been DECIMAL, not INT). Symptoms: Products Form doesn't load the details. Cause: On Products table data type from INT was not changed to DECIMAL. Solution: Run the script Update Database SEDE_1.23.7.6 to - Update new products to set this field to NULL and avoid displaying the error. - Change data type from INT to DECIMAL. Applies to: 1.23.7.6 - 1.23.8.0