[MOrder] - Method getShipments()

Description

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

Environment

None

Attachments

1

Activity

Carlos Ruiz 
November 11, 2018 at 8:59 PM

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

Fixed

Details

Assignee

Reporter

Priority

Created November 9, 2018 at 10:42 AM
Updated January 1, 2019 at 1:17 PM
Resolved November 11, 2018 at 8:59 PM