-
- Downloads
[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.
Loading
Please register or sign in to comment