Commit 39d4dd9e authored by manohar's avatar manohar

bug fixing


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@91278 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 98528f41
......@@ -129,7 +129,7 @@ public class DefaultAssetRegisterIC extends ActionHandlerEJB implements DefaultA
sql1 = "select ar.asset_code, ar.descr , ar.item_code, m.descr "
+" from asset_register ar, item m"
+" where ar.item_code = m.item_code"
+" and ar.item_ser = '"+itemserhdr+"'"
+" and ar.grp_code = '"+itemserhdr+"'"
+" and ar.site_code = '"+sitecodehdr+"'";
System.out.println("sql1 is :"+sql1);
pstmt = conn.prepareStatement(sql1);
......
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