Comment 4 for bug 1172694

Revision history for this message
Yannick Vaucher @ Camptocamp (yvaucher-c2c) wrote : Re: [7.0] do_partial function in partial picking wizard doesn't accept a wizard line without move_id

move_id is not mandatory on a wizard_line so it can be false.

And as in the for loop we are checking move_id, it is even expected that it can be false.

Thus as explained in MP move_id is set if move_id is false. So at that point move_id <> wizard_line.move_id.id

I set this bug report as incomplete again in case you need more information.