diff --git a/org.adempiere.base/src/org/compiere/model/MProductionLine.java b/org.adempiere.base/src/org/compiere/model/MProductionLine.java index 7afe242a1a..27f41ff514 100644 --- a/org.adempiere.base/src/org/compiere/model/MProductionLine.java +++ b/org.adempiere.base/src/org/compiere/model/MProductionLine.java @@ -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@ setM_AttributeSetInstance_ID (0); - setM_Locator_ID (0); // @M_Locator_ID@ - setM_Product_ID (0); +// setM_Locator_ID (0); // @M_Locator_ID@ +// setM_Product_ID (0); setM_ProductionLine_ID (0); setM_Production_ID (0); setMovementQty (Env.ZERO);