The MCost record do not is create with a new product.

http://sourceforge.net/tracker2/?func=detail&atid=879332&aid=2496472&group_id=176962
This commit is contained in:
vpj-cd 2009-01-13 17:50:53 +00:00
parent 3622215a72
commit c7ef8c03d4
1 changed files with 1 additions and 1 deletions

View File

@ -606,7 +606,7 @@ public class POSProductManager extends ProductManager
{
MClient client = new MClient(ctx, Env.getAD_Client_ID(ctx), null);
MCostElement costElements[] = MCostElement.getCostingMethods(client);
MCostElement costElements[] = MCostElement.getMaterialCostingMethods(client);
for(int i = 0; i < costElements.length; i++)
{