Commit 2709f410 authored by kdabholkar's avatar kdabholkar

commited to comment new logic in web service dao


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@106687 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 4c8849c1
......@@ -203,7 +203,7 @@ public class GSTRWebServiceDao extends ValidatorEJB {
System.out.println("inside cnt");
//custName=newname;
gstCode=newgstcode;
// gstCode=newgstcode; commented on 28 aug
checkTaxNo="Insert into gst_registration (GST_NO,NAME,STATE_CODE) values (?,?,?)";
pstmt2 = conn.prepareStatement(checkTaxNo);
......
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