Comment 6 for bug 1250053

Revision history for this message
Patrick OShea (poshea) wrote :

This Fix :

if (move.state) == 'waiting':
    move.check_assign()

introduces a recursion error in some large Manufacturing Orders when confirming production.
I commented these lines and the recursion error is gone