BF [ 1693997 ] Calculation of cost should happen when transaction complete (fix for MatchPO to Invoice)

This commit is contained in:
armenrz 2008-10-16 12:28:40 +00:00
parent 60f34d42ce
commit f2a7d111fd
1 changed files with 79 additions and 77 deletions

View File

@ -799,6 +799,8 @@ public class MMatchPO extends X_M_MatchPO
// Elaine 2008/6/20
private String createMatchPOCostDetail()
{
if (getM_InOutLine_ID() != 0)
{
MOrderLine oLine = getOrderLine();
@ -885,7 +887,7 @@ public class MMatchPO extends X_M_MatchPO
oLine.getDescription(), get_TrxName());
// end MZ
}
}
return "";
}