Commit 0deba401 authored by ssalve's avatar ssalve

Sarita: remove space for cctrCodeCr as with space getting exception on 06 SEP 2018

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@190440 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 6dfb9982
...@@ -2598,7 +2598,10 @@ public class AdjReceiptIC extends ValidatorEJB implements AdjReceiptICRemote,Adj ...@@ -2598,7 +2598,10 @@ public class AdjReceiptIC extends ValidatorEJB implements AdjReceiptICRemote,Adj
} }
else else
{ {
cctrCodeArCr=" "; //Done changes by sarita as cctr_code__cr is setting with space and giving exception on save on 06 SEP 2018 [START]
//cctrCodeArCr=" ";
cctrCodeArCr="";
//Done changes by sarita as cctr_code__cr is setting with space and giving exception on save on 06 SEP 2018 [END]
} }
} }
accCodeInv= finCommon.getAcctDetrTtype(itemCode, itemSer, "STKINV", tranType, conn); accCodeInv= finCommon.getAcctDetrTtype(itemCode, itemSer, "STKINV", tranType, conn);
...@@ -2616,7 +2619,10 @@ public class AdjReceiptIC extends ValidatorEJB implements AdjReceiptICRemote,Adj ...@@ -2616,7 +2619,10 @@ public class AdjReceiptIC extends ValidatorEJB implements AdjReceiptICRemote,Adj
} }
else else
{ {
cctrCodeAr=" "; //Done changes by sarita as cctr_code__cr is setting with space and giving exception on save on 06 SEP 2018 [START]
//cctrCodeAr=" ";
cctrCodeAr="";
//Done changes by sarita as cctr_code__cr is setting with space and giving exception on save on 06 SEP 2018 [END]
} }
} }
...@@ -2841,7 +2847,10 @@ public class AdjReceiptIC extends ValidatorEJB implements AdjReceiptICRemote,Adj ...@@ -2841,7 +2847,10 @@ public class AdjReceiptIC extends ValidatorEJB implements AdjReceiptICRemote,Adj
} }
else else
{ {
cctrCodeArCr=" "; //Done changes by sarita as cctr_code__cr is setting with space and giving exception on save on 06 SEP 2018 [START]
//cctrCodeArCr=" ";
cctrCodeArCr="";
//Done changes by sarita as cctr_code__cr is setting with space and giving exception on save on 06 SEP 2018 [END]
} }
} }
accCodeInv= finCommon.getAcctDetrTtype(itemCode, itemSer, "STKINV", tranType, conn); accCodeInv= finCommon.getAcctDetrTtype(itemCode, itemSer, "STKINV", tranType, conn);
...@@ -2859,7 +2868,10 @@ public class AdjReceiptIC extends ValidatorEJB implements AdjReceiptICRemote,Adj ...@@ -2859,7 +2868,10 @@ public class AdjReceiptIC extends ValidatorEJB implements AdjReceiptICRemote,Adj
} }
else else
{ {
cctrCodeAr=" "; //Done changes by sarita as cctr_code__cr is setting with space and giving exception on save on 06 SEP 2018 [START]
//cctrCodeAr=" ";
cctrCodeAr="";
//Done changes by sarita as cctr_code__cr is setting with space and giving exception on save on 06 SEP 2018 [END]
} }
} }
valueXmlString.append("<acct_code__dr ><![CDATA[").append(acctCodeAr).append("]]></acct_code__dr>\r\n"); valueXmlString.append("<acct_code__dr ><![CDATA[").append(acctCodeAr).append("]]></acct_code__dr>\r\n");
...@@ -3012,7 +3024,10 @@ public class AdjReceiptIC extends ValidatorEJB implements AdjReceiptICRemote,Adj ...@@ -3012,7 +3024,10 @@ public class AdjReceiptIC extends ValidatorEJB implements AdjReceiptICRemote,Adj
} }
else else
{ {
cctrCodeArCr=" "; //Done changes by sarita as cctr_code__cr is setting with space and giving exception on save on 06 SEP 2018 [START]
//cctrCodeArCr=" ";
cctrCodeArCr="";
//Done changes by sarita as cctr_code__cr is setting with space and giving exception on save on 06 SEP 2018 [END]
} }
} }
accCodeInv= finCommon.getAcctDetrTtype(itemCode, itemSer, "STKINV", tranType, conn); accCodeInv= finCommon.getAcctDetrTtype(itemCode, itemSer, "STKINV", tranType, conn);
...@@ -3030,7 +3045,10 @@ public class AdjReceiptIC extends ValidatorEJB implements AdjReceiptICRemote,Adj ...@@ -3030,7 +3045,10 @@ public class AdjReceiptIC extends ValidatorEJB implements AdjReceiptICRemote,Adj
} }
else else
{ {
cctrCodeAr=" "; //Done changes by sarita as cctr_code__cr is setting with space and giving exception on save on 06 SEP 2018 [START]
//cctrCodeAr=" ";
cctrCodeAr="";
//Done changes by sarita as cctr_code__cr is setting with space and giving exception on save on 06 SEP 2018 [END]
} }
} }
valueXmlString.append("<acct_code__dr ><![CDATA[").append(acctCodeAr).append("]]></acct_code__dr>\r\n"); valueXmlString.append("<acct_code__dr ><![CDATA[").append(acctCodeAr).append("]]></acct_code__dr>\r\n");
......
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