Commit 2684f1bf authored by Ajit Deshmukh's avatar Ajit Deshmukh

Replace ReqForQuotationIC.java

parent 2b864ddd
......@@ -516,7 +516,7 @@ public class ReqForQuotationIC extends ValidatorEJB {
String itemSerSql = "select descr from itemser where item_ser = ?";
try (PreparedStatement itemSerPs = conn.prepareStatement(itemSerSql))
try (PreparedStatement itemSerPs = con.prepareStatement(itemSerSql))
{
itemSerPs.setString(1, itemSerForIC);
......
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