Commit e395ecac authored by kdabholkar's avatar kdabholkar

commited to add new changes of GSTR1 and GSTR2 data queries.


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@106685 ce508802-f39f-4f6c-b175-0d175dae99d5
parent af8fcd4b
......@@ -6564,7 +6564,8 @@ public class GstDataPrc extends ProcessEJB implements GstDataPrcLocal,GstDataPrc
//+" and inv.tran_date < '"+currMonthStartDate+"' " changed by kaustubh on 31 july 2017
if ("db2".equalsIgnoreCase(CommonConstants.DB_NAME ))
{
hdrSql = hdrSql +" and inv.tran_date < '"+currMonthStartDate+"' ";
// hdrSql = hdrSql +" and inv.tran_date < '"+currMonthStartDate+"' ";
hdrSql = hdrSql +" and inv.tran_date between '"+fromDate+"'and '" +toDate+"'";
}
else
{
......
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