src/EditProductTab4.cpp

changeset 516
9161465e0eac
parent 464
1fed3ff9a64e
--- a/src/EditProductTab4.cpp	Wed Oct 18 16:00:06 2023 +0200
+++ b/src/EditProductTab4.cpp	Mon Oct 23 15:55:34 2023 +0200
@@ -39,6 +39,10 @@
 {
     if (stage > PROD_STAGE_BREW && useat < HOP_USEAT_DRY_HOP)
 	return true;
+    if (stage > PROD_STAGE_TERTIARY && useat < HOP_USEAT_BOTTLING)
+	return true;
+    if (stage > PROD_STAGE_PACKAGE)
+	return true;
     return false;
 }
 

mercurial