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 {
System.out
.println("The priceListParent if null .... "
+ priceListParent);
return -1;
return 0;
}
if (priceListParent.trim().length() > 0) {
try {// try 3
......@@ -4248,7 +4248,7 @@ public class DistCommon {
rs2 = null;
pstmt.close();
pstmt = null;
return -1;
return 0;
}
}// try 3
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