This method returned a MInout array.The method do a search in MInout by passing C_Order_ID and return a list of Invoive, but in this case the type of the list be must Minout.For solution, should change the method type for MInout
Thanks
Traced back the issue to this commit:https://bitbucket.org/idempiere/idempiere/commits/0276ee3#Lbase/src/org/compiere/model/MOrder.javaF811T748
Apparently is harmless, the Query is returning the correct List of MInOut even if the variable is defined as an array of invoices.
Anyways, for sanity I pushed your proposed fix.
Regards,
Carlos Ruiz
This method returned a MInout array.
The method do a search in MInout by passing C_Order_ID and return a list of Invoive, but in this case the type of the list be must Minout.
For solution, should change the method type for MInout