Commit 086f39e3 authored by pchavan's avatar pchavan

Call getItemSer method by discommon object.

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@183886 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 6d261d69
...@@ -1025,12 +1025,14 @@ public class PoReturnIC extends ValidatorEJB implements PoReturnICLocal, ...@@ -1025,12 +1025,14 @@ public class PoReturnIC extends ValidatorEJB implements PoReturnICLocal,
if (errCode== null||errCode.trim().length()==0) if (errCode== null||errCode.trim().length()==0)
{ {
//Changed By PriyankaC on 19April2018 [START]
/*mval3 = discommon.getItemSer(itemCode, siteCode, TranDate, suppCode, "S", conn);//gf_get_item_ser(mval,mval1,mdate1,msupp,'S'); mval3 = discommon.getItemSer(itemCode, siteCode, TranDate, suppCode, "S", conn);//gf_get_item_ser(mval,mval1,mdate1,msupp,'S');
System.out.println(mval3); System.out.println(mval3);
*/
mval3 = itmDBAccess.getItemSeries(itemCode, siteCode,trandateStr,suppCode,'S',conn); /*mval3 = itmDBAccess.getItemSeries(itemCode, siteCode,trandateStr,suppCode,'S',conn);
System.out.println("test@@"+mval3); System.out.println("test@@"+mval3);*/
//Changed By PriyankaC on 19April2018 [END]
errCode=discommon.getToken(mval3, "~t"); errCode=discommon.getToken(mval3, "~t");
System.out.println("mval3@@"+mval3); System.out.println("mval3@@"+mval3);
System.out.println("errCode@@"+errCode); System.out.println("errCode@@"+errCode);
......
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