IDEMPIERE-246 1003703 ERROR SAVING MPRODUCTION. Remark call in constructor that create severe log.
This commit is contained in:
parent
b7cacdac2e
commit
7e7317c661
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue