IDEMPIERE-3483 Issue to Project from Material Receipt => Error: Posts Unit Cost instead of Extended Cost

This commit is contained in:
Heng Sin Low 2017-09-13 14:49:12 +08:00
parent a0d891f419
commit 4336b27e6e
1 changed files with 2 additions and 0 deletions

View File

@ -203,6 +203,8 @@ public class Doc_ProjectIssue extends Doc
DB.close(rs, pstmt);
pstmt = null; rs = null;
}
if (retValue != null)
retValue = retValue.multiply(m_line.getQty());
return retValue;
} // getPOCost();