Commit d951e36c authored by mjadhav's avatar mjadhav

removed voucher N condition from insertPurMilestone


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@98368 ce508802-f39f-4f6c-b175-0d175dae99d5
parent bc197ef1
......@@ -268,7 +268,7 @@ public class GenPurcMilestoneSch extends ValidatorEJB implements Schedule {
" ,po.conf_date, po.supp_code,po.ord_amt,po.tot_amt,po.tax_amt " +
" FROM PORD_PAY_TERM pterm,PORDER po " +
" WHERE PTERM.PURC_ORDER = PO.PURC_ORDER and pterm.PURC_ORDER = ?" +
" AND case when pterm.VOUCH_CREATED is null then 'N' else pterm.VOUCH_CREATED end = 'N'" +
//" AND case when pterm.VOUCH_CREATED is null then 'N' else pterm.VOUCH_CREATED end = 'N'" +
" and po.confirmed='Y' and po.status not in ('C','X')";
pstmt = conn.prepareStatement(sql);
......
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