The distribution is execute in distribution order more early
http://sourceforge.net/tracker/?func=detail&atid=934929&aid=2807307&group_id=176962
This commit is contained in:
parent
91a57b1253
commit
79fe864fb5
|
@ -994,7 +994,7 @@ public class DistributionRun extends SvrProcess
|
||||||
if(p_ConsolidateDocument)
|
if(p_ConsolidateDocument)
|
||||||
{
|
{
|
||||||
|
|
||||||
String sql = "SELECT DD_OrderLine_ID FROM DD_OrderLine ol INNER JOIN DD_Order o ON (o.DD_Order_ID=ol.DD_Order_ID) WHERE o.DocStatus IN ('DR','IN') AND o.C_BPartner_ID = ? AND M_Product_ID=? AND ol.M_Locator_ID=? AND ol.DatePromised <= ? ORDER BY ol.DatePromised DESC";
|
String sql = "SELECT DD_OrderLine_ID FROM DD_OrderLine ol INNER JOIN DD_Order o ON (o.DD_Order_ID=ol.DD_Order_ID) WHERE o.DocStatus IN ('DR','IN') AND o.C_BPartner_ID = ? AND M_Product_ID=? AND ol.M_Locator_ID=? AND ol.DatePromised <= ?";
|
||||||
int DD_OrderLine_ID = DB.getSQLValueEx(get_TrxName(), sql, new Object[]{detail.getC_BPartner_ID(),product.getM_Product_ID(), m_locator.getM_Locator_ID(), p_DatePromised});
|
int DD_OrderLine_ID = DB.getSQLValueEx(get_TrxName(), sql, new Object[]{detail.getC_BPartner_ID(),product.getM_Product_ID(), m_locator.getM_Locator_ID(), p_DatePromised});
|
||||||
if (DD_OrderLine_ID <= 0)
|
if (DD_OrderLine_ID <= 0)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue