Commit 6ed94372 authored by steurwadkar's avatar steurwadkar

F17ABAS001 source code commit


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@106378 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 7bd00554
...@@ -15,6 +15,7 @@ public class GSTR2Serailizer extends JsonSerializer<GSTR2> { ...@@ -15,6 +15,7 @@ public class GSTR2Serailizer extends JsonSerializer<GSTR2> {
{ {
jsonGenerator.writeStartObject(); jsonGenerator.writeStartObject();
jsonGenerator.writeStringField("gstin", gstr2.gstin); jsonGenerator.writeStringField("gstin", gstr2.gstin);
jsonGenerator.writeStringField("fp", gstr2.financialPeriod);
if(gstr2.b2b != null) if(gstr2.b2b != null)
{ {
jsonGenerator.writeObjectField("b2b", gstr2.b2b); jsonGenerator.writeObjectField("b2b", gstr2.b2b);
......
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