Commit e342b6c9 authored by kdabholkar's avatar kdabholkar

fixed syntax error of D-ISS query of GSTR2

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@192211 ce508802-f39f-4f6c-b175-0d175dae99d5
parent dec41c33
...@@ -17649,7 +17649,7 @@ public class GstDataPrc extends ProcessEJB implements GstDataPrcLocal,GstDataPrc ...@@ -17649,7 +17649,7 @@ public class GstDataPrc extends ProcessEJB implements GstDataPrcLocal,GstDataPrc
+" i.TRAN_DATE as CHG_DATE, " +" i.TRAN_DATE as CHG_DATE, "
// +" sysdate CHG_DATE," commented by kaustubh 27 july 2017 // +" sysdate CHG_DATE," commented by kaustubh 27 july 2017
+" ' 'CHG_TERM," +" ' 'CHG_TERM,"
+" case when trim(c.tax_reg_2) is null then 'UNREGISTR' else trim(c.tax_reg_2) end AS TAX_REG_NO, " +" ddf_get_siteregno(i.site_code__ship,'GSTIN_NO') as TAX_REG_NO, "
+" ' ' as RECO_STATUS," +" ' ' as RECO_STATUS,"
+" ' ' as ECOM_REG_NO," +" ' ' as ECOM_REG_NO,"
+" 'D-RCP' as ref_ser" +" 'D-RCP' as ref_ser"
...@@ -32879,7 +32879,7 @@ dtlSql = " select '' as TRAN_ID, " ...@@ -32879,7 +32879,7 @@ dtlSql = " select '' as TRAN_ID, "
+" and i.tran_id = ? "; +" and i.tran_id = ? ";
//+ " and it.APPLY_TAX = 'Y' "; Commented on 19 july 2018 temporary purpose need to confirm and enble in future //+ " and it.APPLY_TAX = 'Y' "; Commented on 19 july 2018 temporary purpose need to confirm and enble in future
retString = executeSqlAndPopulateData(hdrSql,dtlSql,"DN-SUPP(UNREG)"); retString = executeSqlAndPopulateData(hdrSql,dtlSql,"DN-TRAN(UNREG)");
}// end of debit note queries (transport/supplier case) }// end of debit note queries (transport/supplier case)
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