Commit 92cb3de7 authored by apal's avatar apal

Changes in variable bug fix

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@171546 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 1e97a680
...@@ -718,7 +718,7 @@ public class PostOrderActivity { ...@@ -718,7 +718,7 @@ public class PostOrderActivity {
if(custPord.trim().length()>0) if(custPord.trim().length()>0)
{ {
cntPO=0 //added by arun 06-OCT-2017 cntPO=0; //added by arun 06-OCT-2017
sql="select d.line_no as line_no, d.acct_code__dr as acct_code__dr, d.cctr_code__dr as cctr_code__dr, d.acct_code__cr as acct_code__cr, d.cctr_code__cr as cctr_code__cr," sql="select d.line_no as line_no, d.acct_code__dr as acct_code__dr, d.cctr_code__dr as cctr_code__dr, d.acct_code__cr as acct_code__cr, d.cctr_code__cr as cctr_code__cr,"
+ " d.quantity, (case when d.dlv_qty is null then 0 else d.dlv_qty end) as dlvqty " + " d.quantity, (case when d.dlv_qty is null then 0 else d.dlv_qty end) as dlvqty "
+ " from porder h, porddet d where d.purc_order = h.purc_order " + " from porder h, porddet d where d.purc_order = h.purc_order "
......
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