src/EditProduct.cpp

changeset 183
bce87b8b604b
parent 182
545d31130844
child 184
da148d6b4c95
--- a/src/EditProduct.cpp	Sun May 01 10:31:31 2022 +0200
+++ b/src/EditProduct.cpp	Sun May 01 11:38:53 2022 +0200
@@ -910,6 +910,11 @@
     ui->brew_mashsgShow->setValue(0);
     ui->brew_masheffShow->setValue(product->brew_mash_efficiency);
 
+    ui->brew_spargetempShow->setValue(product->sparge_temp);
+    ui->brew_spargevolShow->setValue(product->sparge_volume);
+    ui->brew_spargeestShow->setValue(product->brew_sparge_est);
+    ui->brew_spargephEdit->setValue(product->brew_sparge_ph);
+
     // Tab fermentation.
 
     // Tab packaging.

mercurial