Commit ded0a2b5 authored by pshinde's avatar pshinde

process of Customer Item Update


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@97734 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 18081001
...@@ -236,7 +236,7 @@ public String process(Document headerDom, Document detailDom, String windowName, ...@@ -236,7 +236,7 @@ public String process(Document headerDom, Document detailDom, String windowName,
conn.commit(); conn.commit();
System.out.println("commiting connection............."); System.out.println("commiting connection.............");
resultString = itmDBAccessEJB.getErrorString("","PROCSUCC",userId); resultString = itmDBAccessEJB.getErrorString("","PROCSUCC1",userId);
} }
if(conn!=null) if(conn!=null)
......
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