Commit e8c9b91b authored by prahate's avatar prahate

Changes done to set list type.

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@185992 ce508802-f39f-4f6c-b175-0d175dae99d5
parent fcbdf8b1
...@@ -4217,7 +4217,7 @@ public class DistCommon { ...@@ -4217,7 +4217,7 @@ public class DistCommon {
System.out System.out
.println("The priceListParent if null .... " .println("The priceListParent if null .... "
+ priceListParent); + priceListParent);
return -1; return 0;
} }
if (priceListParent.trim().length() > 0) { if (priceListParent.trim().length() > 0) {
try {// try 3 try {// try 3
...@@ -4248,7 +4248,7 @@ public class DistCommon { ...@@ -4248,7 +4248,7 @@ public class DistCommon {
rs2 = null; rs2 = null;
pstmt.close(); pstmt.close();
pstmt = null; pstmt = null;
return -1; return 0;
} }
}// try 3 }// try 3
catch (Exception e) { catch (Exception e) {
......
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