Commit 9334bf5f authored by pchavan's avatar pchavan

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@204147 ce508802-f39f-4f6c-b175-0d175dae99d5
parent c63541ec
......@@ -867,7 +867,7 @@ public class PostOrderActivity {
rs1=null;
pstmt1.close();
pstmt1=null;
if(itemQcReqd == null || itemQcReqd.length() > 0)
if(itemQcReqd == null || itemQcReqd.length() == 0)
{
sql= "select case when qc_reqd is null then 'N' else qc_reqd end"
+ " from item where item_code = ? ";
......
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