Commit a65c1076 authored by pchavan's avatar pchavan

changed tran_type 1 into 01 for MDRCRC

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@197399 ce508802-f39f-4f6c-b175-0d175dae99d5
parent accf8101
......@@ -740,7 +740,10 @@ public class GstDataPrc extends ProcessEJB implements GstDataPrcLocal,GstDataPrc
+" 'I' as GST_TYPE,"
+" '01' as TRAN_TYPE,"// -- b2b,b2c
+" i.site_code__dlv as CUST_CODE,"
+" c.descr as CUST_NAME,"
//Changed By PriyankaC on 4FEB2019[Start]
+" d.descr as CUST_NAME,"
// +" c.descr as CUST_NAME,"
//Changed By PriyankaC on 4FEB2019[END]
+"case when length(trim(st.GST_CODE)) is NULL then '00' else st.gst_code end as GST_CODE, "
+" ' ' as SUBMISSION_TYPE,"// -- M-Modify, D-Delete, A-Accept, R-Reject
+" ' ' as DOC_CHECKSUM,"
......@@ -24708,7 +24711,8 @@ dtlSql = " select '' as TRAN_ID, "
+"i.tran_date AS PRD_CODE ,"
+"'2' AS REC_TYPE,"
+"'C' AS GST_TYPE,"
+"'1' AS TRAN_TYPE,"
// +"'1' AS TRAN_TYPE," // Changed By PriyankaC
+"'01' AS TRAN_TYPE,"
+"i.sundry_code AS CUST_CODE,"
+"c.cust_name AS CUST_NAME,"
+"case when length(trim(state.GST_CODE)) is NULL then '00' else state.gst_code end as GST_CODE, "
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