Commit beeb109e authored by asikarwar's avatar asikarwar

changeCondition as par pb code in getItemSer


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@93584 ce508802-f39f-4f6c-b175-0d175dae99d5
parent c3579b13
......@@ -5792,6 +5792,9 @@ public class DistCommon
pstmt = null;
rs.close();
rs = null;
if( itemSer == null || itemSer.trim().length() == 0)
//Condition added by Asikarwar on 06/Sep/2013 as par pb code
{
sql = "SELECT item_ser FROM item "
+ "WHERE ITEM_CODE = '" + itemCode + "'";
pstmt = conn.prepareStatement(sql);
......@@ -5808,6 +5811,7 @@ public class DistCommon
}
}
}
}
if( sundryType.equalsIgnoreCase("C") )
{
sql = "SELECT item_ser__inv FROM customer_series "
......
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