src/EditProductTab3.cpp

changeset 219
fa7cad488e27
parent 191
7446ee2fb427
child 224
d369948a3eb5
--- a/src/EditProductTab3.cpp	Wed May 18 08:59:54 2022 +0200
+++ b/src/EditProductTab3.cpp	Wed May 18 17:03:05 2022 +0200
@@ -440,7 +440,7 @@
     /*
      * Calculate the final values if available.
      */
-    if ((product->stage >= 6) && (product->fg > 0.990) && (product->fg < product->brew_fermenter_sg)) {
+    if ((product->stage >= PROD_STAGE_PACKAGE) && (product->fg > 0.990) && (product->fg < product->brew_fermenter_sg)) {
 
     }
 

mercurial