IDEMPIERE-246 1003703 ERROR SAVING MPRODUCTION. Remark call in constructor that create severe log.

This commit is contained in:
Heng Sin Low 2014-01-24 08:10:33 +08:00
parent b7cacdac2e
commit 7e7317c661
1 changed files with 2 additions and 2 deletions

View File

@ -33,8 +33,8 @@ public class MProductionLine extends X_M_ProductionLine {
{ {
setLine (0); // @SQL=SELECT NVL(MAX(Line),0)+10 AS DefaultValue FROM M_ProductionLine WHERE M_Production_ID=@M_Production_ID@ setLine (0); // @SQL=SELECT NVL(MAX(Line),0)+10 AS DefaultValue FROM M_ProductionLine WHERE M_Production_ID=@M_Production_ID@
setM_AttributeSetInstance_ID (0); setM_AttributeSetInstance_ID (0);
setM_Locator_ID (0); // @M_Locator_ID@ // setM_Locator_ID (0); // @M_Locator_ID@
setM_Product_ID (0); // setM_Product_ID (0);
setM_ProductionLine_ID (0); setM_ProductionLine_ID (0);
setM_Production_ID (0); setM_Production_ID (0);
setMovementQty (Env.ZERO); setMovementQty (Env.ZERO);