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:
parent
3622215a72
commit
c7ef8c03d4
|
@ -606,7 +606,7 @@ public class POSProductManager extends ProductManager
|
||||||
{
|
{
|
||||||
MClient client = new MClient(ctx, Env.getAD_Client_ID(ctx), null);
|
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++)
|
for(int i = 0; i < costElements.length; i++)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue