Commit 65e769e4 authored by steurwadkar's avatar steurwadkar

F17ABAS001 GST API integration wizard source code commit

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@172030 ce508802-f39f-4f6c-b175-0d175dae99d5
parent eda0e714
...@@ -6074,7 +6074,7 @@ public class GSTDataSubmitWizPos extends ValidatorEJB implements GSTDataSubmitWi ...@@ -6074,7 +6074,7 @@ public class GSTDataSubmitWizPos extends ValidatorEJB implements GSTDataSubmitWi
detInsPstmt = localConn.prepareStatement(detInsSql); detInsPstmt = localConn.prepareStatement(detInsSql);
if(b2bJsonObj.has("itms")) if(b2bInvJsonObj.has("itms"))
{ {
b2bInvLineItmsArry = b2bInvJsonObj.getJSONArray("itms"); b2bInvLineItmsArry = b2bInvJsonObj.getJSONArray("itms");
} }
......
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