Commit 0a832964 authored by cpatil's avatar cpatil

change order as due_date


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@96969 ce508802-f39f-4f6c-b175-0d175dae99d5
parent dcaf6f81
......@@ -444,8 +444,9 @@ public class RunMRPWiz extends ValidatorEJB implements RunMRPWizLocal, RunMRPWiz
" mps_order.status end in ('P','T','M','N')) " + // added N in condition on 26/06/14
" and mps_order.site_code >= ? AND mps_order.site_code <= ? " +
" and (mps_order.due_date >= ? ) and (mps_order.due_date <= ? ) " +
// " ) a order by sale_order, line_no " +
" ) a order by due_date , order_due_date " ;
// " ) a order by sale_order, line_no " ;
// " ) a " ;
" ) a order by order_due_date ";
pstmt = conn.prepareStatement(sql);
pstmt.setString(1,siteCodeFr);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment