Skip to:
When project issue has MR line or have product, Posting only uses unit cost instead of total cost.
issue is already fixed as part of ticket IDEMPIERE-3483.
getProductCosts already calculates cost with qty so we would not need to multiply qty again. Right now it does like cost = (cost * qty) * qty
Please find attached patch.
When project issue has MR line or have product, Posting only uses unit cost instead of total cost.