Commit 2b39081a authored by prane's avatar prane

bug fix, commented from customer Line no900

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@179463 ce508802-f39f-4f6c-b175-0d175dae99d5
parent dd679e94
...@@ -897,7 +897,7 @@ public class PostOrdCreditChk ...@@ -897,7 +897,7 @@ public class PostOrdCreditChk
lsVarValue = lsVarValue.trim(); lsVarValue = lsVarValue.trim();
lsCreditTerm = ""; lsCreditTerm = "";
lsSql = "select item_ser from itemser " lsSql = "select item_ser from itemser "
+ " from customer " //+ " from customer " //commented by Pavan R on 2K18/FEB/01 bug fix
+ " where case when item_ser__crpolicy is null then item_ser else item_ser__crpolicy end = ?"; + " where case when item_ser__crpolicy is null then item_ser else item_ser__crpolicy end = ?";
pstmt = conn.prepareStatement(lsSql); pstmt = conn.prepareStatement(lsSql);
......
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