Skip to content
Snippets Groups Projects
Commit a4378111 authored by Nicolas Seinlet's avatar Nicolas Seinlet Committed by Josse Colpaert
Browse files

[FIX] stock: action_assign(reserve) should have a check to see if the move id...

[FIX] stock: action_assign(reserve) should have a check to see if the move id is in the keys of the main_domain as was done in the previous loop

This is needed to avoid the scheduler to stop suddenly as the scheduler
takes a bunch of moves to reserve without looking if all moves of
a picking are taken.  That way, it is possible that a certain key
is not there in this dictionary and the solution is to simply
filter them out.

Closes #13286
parent e9bd2aad
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment