Commit c3da05ce authored by arawankar's avatar arawankar

PoReceiptIc.java

-Changes made to set eff_date as tran_date in case of dc_date is null and purc_ord start_from is 'D'

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@200528 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 09994b69
......@@ -4614,7 +4614,7 @@ public class PoReceiptIc extends ValidatorEJB implements PoReceiptIcLocal,PoRec
//Modified by Azhar K. on [06-05-2019][To set effective date when dc date is not null][End]
}
//Modified by Anjali R. on [30/08/2018][To check dc_date is null][End]
System.out.println("ldtdc is"+ldtdc);
//System.out.println("ldtdc is"+ldtdc);
//valueXmlString.append("<eff_date>").append(ldtdc1).append("</eff_date>");
//valueXmlString.append("<eff_date>").append("<![CDATA["+ldtdc1+"]]>").append("</eff_date>");
......
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