revert rev. 6627 because is not correct - thanks to Victor, who explained me
This commit is contained in:
parent
cf9d2cd6cf
commit
e6e8207986
|
@ -46,9 +46,6 @@ import org.eevolution.model.MPPProductBOMLine;
|
|||
*
|
||||
* @author Jorg Janke
|
||||
* @version $Id: MOrder.java,v 1.5 2006/10/06 00:42:24 jjanke Exp $
|
||||
*
|
||||
* @author Teo Sarca, www.arhipac.ro
|
||||
* <li>BF [ 2153087 ] If i change the date for a SO the MRP date is not changed
|
||||
*/
|
||||
public class MOrder extends X_C_Order implements DocAction
|
||||
{
|
||||
|
@ -853,12 +850,6 @@ public class MOrder extends X_C_Order implements DocAction
|
|||
return false;
|
||||
}
|
||||
|
||||
// If Sales Order, set Date Promised (which is not visible) as Date Ordered - BF [ 2153087 ]
|
||||
if (isSOTrx())
|
||||
{
|
||||
setDatePromised(getDateOrdered());
|
||||
}
|
||||
|
||||
// New Record Doc Type - make sure DocType set to 0
|
||||
if (newRecord && getC_DocType_ID() == 0)
|
||||
setC_DocType_ID (0);
|
||||
|
|
Loading…
Reference in New Issue