diff --git a/sysobjects/production/roll_state.py b/sysobjects/production/roll_state.py index 8efc65dd36..96fb5ec318 100644 --- a/sysobjects/production/roll_state.py +++ b/sysobjects/production/roll_state.py @@ -87,7 +87,7 @@ def allowable_roll_state_from_current_and_position( Close1=["Close", "Force", "Force_Outright", "Passive", "No_Roll", "No_Open"], Roll_Adjusted0=["No_Roll"], Roll_Adjusted1=["Roll_Adjusted"], - No_Open0=["Roll_Adjusted", "Passive"], + No_Open0=["Roll_Adjusted", "Passive", "No_Open"], No_Open1=["Close", "Force", "Force_Outright", "Passive", "No_Roll"], )