I am using strategy M (Large/small quantities)
Small quantities: st.type PCK
Large quantities: st.type BLK
For example, I have an article X where control quantity = 95 units. And a blocked BLK bin with 96 units and an available PCK bin with only 16 units.
Storage search sequence: PCK - BLK
If I have a delivery for article X for 96 units, this strategy should select BLK because 96 is bigger than 95. The problem is when all the BLK bins are empty or blocked it doesn't start over the search sequence creating a TO for 16 units for the PCK storage type
In order to start over the search sequence over again, is there any configuration I might be missing?