Commit eb01636b authored by cpatil's avatar cpatil

change column name


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@93651 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 3acd8260
......@@ -193,7 +193,7 @@ implements BillofQuantityICLocal, BillofQuantityICRemote
//end of addition
//changes done by cpandey for approved indent no status = 'A'
sql = "select count(*) from indent where status = 'A' and item_code = ? and indent_no = ? ";
sql = "select count(*) from indent where status = 'A' and item_code = ? and ind_no = ? ";
pstmt = conn.prepareStatement(sql);
pstmt.setString(1, itemCode);
pstmt.setString(2, indentNo);
......
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