diff -r 73501316e300 -r 9161465e0eac src/EditProductTab4.cpp --- 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; }