Commit 3ac598b0 authored by vdhoble's avatar vdhoble

purchase voucher generation changes


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@99097 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 268bf12e
...@@ -173,7 +173,7 @@ public class PorcpVouchCreateSch implements Schedule ...@@ -173,7 +173,7 @@ public class PorcpVouchCreateSch implements Schedule
+ " 0 else a.quantity__stduom end ) from porcpdet a, porcp b " + " 0 else a.quantity__stduom end ) from porcpdet a, porcp b "
+ " where a.tran_id = b.tran_id " + " where a.tran_id = b.tran_id "
+ " and b.tran_ser = 'P-RET' " + " and b.tran_ser = 'P-RET' "
+ " //and nvl(b.confirmed,'N') = 'Y' "
+ " and b.confirmed = 'Y' " + " and b.confirmed = 'Y' "
+ " and b.tran_id__ref = '"+tranidRcp+"'"); + " and b.tran_id__ref = '"+tranidRcp+"'");
rs2=pstmt2.executeQuery(); rs2=pstmt2.executeQuery();
......
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