IDEMPIERE-138 Issues creating a Customer RMA
This commit is contained in:
parent
3c1c17a1af
commit
9f753252e0
|
@ -170,7 +170,7 @@ public class MRMALine extends X_M_RMALine
|
||||||
{
|
{
|
||||||
int invoiceLine_ID = new Query(getCtx(), I_C_InvoiceLine.Table_Name, "M_InOutLine_ID=?", get_TrxName())
|
int invoiceLine_ID = new Query(getCtx(), I_C_InvoiceLine.Table_Name, "M_InOutLine_ID=?", get_TrxName())
|
||||||
.setParameters(getM_InOutLine_ID())
|
.setParameters(getM_InOutLine_ID())
|
||||||
.firstIdOnly();
|
.firstId();
|
||||||
return invoiceLine_ID <= 0 ? 0 : invoiceLine_ID;
|
return invoiceLine_ID <= 0 ? 0 : invoiceLine_ID;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue