BF [ 1693997 ] Calculation of cost should happen when transaction complete (fix for MatchPO to Invoice)
This commit is contained in:
parent
60f34d42ce
commit
f2a7d111fd
|
@ -799,6 +799,8 @@ public class MMatchPO extends X_M_MatchPO
|
||||||
|
|
||||||
// Elaine 2008/6/20
|
// Elaine 2008/6/20
|
||||||
private String createMatchPOCostDetail()
|
private String createMatchPOCostDetail()
|
||||||
|
{
|
||||||
|
if (getM_InOutLine_ID() != 0)
|
||||||
{
|
{
|
||||||
MOrderLine oLine = getOrderLine();
|
MOrderLine oLine = getOrderLine();
|
||||||
|
|
||||||
|
@ -885,7 +887,7 @@ public class MMatchPO extends X_M_MatchPO
|
||||||
oLine.getDescription(), get_TrxName());
|
oLine.getDescription(), get_TrxName());
|
||||||
// end MZ
|
// end MZ
|
||||||
}
|
}
|
||||||
|
}
|
||||||
return "";
|
return "";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue