Skip to content
Snippets Groups Projects
Commit b0a68530 authored by Arnold Moyaux's avatar Arnold Moyaux
Browse files

[FIX] mrp: create extra move with the quant location

When the user consumed more raw materials than reserved. The system
was supposed to take the extra quantities from existing stock and so
their location. However the reserved quantity is always lower or equals
than the quant quantity. reserved - quantity is always negative or equal
0 and the float compare after will always return true and the code will
never be executed and will return the move location.
parent add45ee4
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