revert rev. 6627 because is not correct - thanks to Victor, who explained me

This commit is contained in:
teo_sarca 2008-10-08 14:58:19 +00:00
parent cf9d2cd6cf
commit e6e8207986
1 changed files with 0 additions and 9 deletions

View File

@ -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);