Commit ee193c60 authored by steurwadkar's avatar steurwadkar

Changes made to generate and download data excel file in custom format for GSTR1 and GSTR2

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@179397 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 12398cce
......@@ -192,7 +192,7 @@ public class GSTDataSubmitWizServlet extends HttpServlet
System.out.println("responseXML["+responseXML+"]");
Document errDom = e12GenericUtility.parseString(responseXML);
String errMsg = errDom.getElementsByTagName("message").item(0).getFirstChild().getNodeValue();
String responseStr = "<HTML><HEAD><meta http-equiv='Content-Type' content='text/html; charset=UTF-8'><SCRIPT language=JAVASCRIPT>alert('"+errMsg+"');window.location.href = '/ibase/webitm/jsp/GetGSTOfflineFile.jsp'</SCRIPT></HEAD></HTML>";
String responseStr = "<HTML><HEAD><meta http-equiv='Content-Type' content='text/html; charset=UTF-8'><SCRIPT language=JAVASCRIPT>alert('"+errMsg+"');window.location.href = '/ibase/webitm/jsp/GetGSTCustomOfflineFile.jsp'</SCRIPT></HEAD></HTML>";
if(CommonConstants.CONTENT_ENCODING != null && CommonConstants.CONTENT_ENCODING.equalsIgnoreCase("gzip"))
{
......
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