Commit c1fc9754 authored by kdabholkar's avatar kdabholkar

commit changes reagrding gstr3B offline sheet

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@183143 ce508802-f39f-4f6c-b175-0d175dae99d5
parent e1ed281d
......@@ -96,7 +96,15 @@ public class GSTDataSubmitWizServlet extends HttpServlet
System.out.println("recType ["+recType+"]");
System.out.println("random ["+random+"]");
fileName = "GSTR"+recType+"_"+prdCode+"_Offline_Data.xlsx";
if ("6".equalsIgnoreCase(recType))
{
fileName = "GSTR"+"3B"+"_"+prdCode+"_Offline_Data.xlsm";
}
else
{
fileName = "GSTR"+recType+"_"+prdCode+"_Offline_Data.xlsx";
}
GSTDataSubmitWizEJB gstDataSubmitWizEJB = new GSTDataSubmitWizEJB();
......
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