Commit 5cc15a5a authored by apal's avatar apal

added variable cntPO=0 at line no=722

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@171526 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 42e67975
......@@ -718,6 +718,7 @@ public class PostOrderActivity {
if(custPord.trim().length()>0)
{
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,"
+ " 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 "
......
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