# HG changeset patch # User Michiel Broek # Date 1667829736 -3600 # Node ID 40d4d2bb5f1102e34e93d005e19cc7d903a9d86e # Parent f189af715073c94a634c04d10143cc22258a1b1d Forgot to save the new eq_chiller_* fields in products. diff -r f189af715073 -r 40d4d2bb5f11 src/database/db_product.cpp --- a/src/database/db_product.cpp Fri Nov 04 20:14:22 2022 +0100 +++ b/src/database/db_product.cpp Mon Nov 07 15:02:16 2022 +0100 @@ -672,6 +672,11 @@ query.bindValue(":eq_mash_volume", round(prod->eq_mash_volume * 10) / 10); query.bindValue(":eq_mash_max", round(prod->eq_mash_max * 10) / 10); query.bindValue(":eq_efficiency", round(prod->eq_efficiency * 10) / 10); + query.bindValue(":eq_chiller_type", prod->eq_chiller_type); + query.bindValue(":eq_chiller_to79", round(prod->eq_chiller_to79)); + query.bindValue(":eq_chiller_volume", round(prod->eq_chiller_volume * 100) / 100); + query.bindValue(":eq_chiller_lpm", round(prod->eq_chiller_lpm * 100) / 100); + query.bindValue(":eq_chiller_loss", round(prod->eq_chiller_loss * 100) / 100); query.bindValue(":brew_date_start", prod->brew_date_start); query.bindValue(":brew_mash_ph", round(prod->brew_mash_ph * 100) / 100); query.bindValue(":brew_mash_sg", round(prod->brew_mash_sg * 1000) / 1000); diff -r f189af715073 -r 40d4d2bb5f11 translations/bmsapp_en.ts --- a/translations/bmsapp_en.ts Fri Nov 04 20:14:22 2022 +0100 +++ b/translations/bmsapp_en.ts Mon Nov 07 15:02:16 2022 +0100 @@ -11649,8 +11649,8 @@ - - + + Database error @@ -11663,8 +11663,8 @@ - - + + MySQL error: %1 %2 %3 diff -r f189af715073 -r 40d4d2bb5f11 translations/bmsapp_nl.ts --- a/translations/bmsapp_nl.ts Fri Nov 04 20:14:22 2022 +0100 +++ b/translations/bmsapp_nl.ts Mon Nov 07 15:02:16 2022 +0100 @@ -13082,8 +13082,8 @@ - - + + Database error Database fout @@ -13096,8 +13096,8 @@ - - + + MySQL error: %1 %2 %3