Commit 94ba8041 authored by kdabholkar's avatar kdabholkar

commited changes of Distributed issue


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@106710 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 316dd8b2
......@@ -4319,11 +4319,11 @@ public class GstDataPrc extends ProcessEJB implements GstDataPrcLocal,GstDataPrc
+" and ti.tran_id = i.tran_id and tm.tax_type in ('G','H','I','J') ";
if(taxClassAllStr.length() > 0)
{
hdrSql = hdrSql +" and ti.tax_class not in ("+taxClassAllStr+") ";
hdrSql = hdrSql +" and ti.tax_class in ("+GST_NIL_TAXCLASS+") ";
}
if(taxEnvAllStr.length() > 0)
{
hdrSql = hdrSql +" and ti.tax_env not in ("+taxEnvAllStr+") ";
hdrSql = hdrSql +" and ti.tax_env in ("+GST_NIL_TAXENV+") ";
}
hdrSql = hdrSql +" ) > 0 "
+" and case when i.confirmed is null then 'N' else i.confirmed end = 'Y' "
......
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