Commit 1bef860a authored by prane's avatar prane

bug fixed

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@183032 ce508802-f39f-4f6c-b175-0d175dae99d5
parent ef876c07
...@@ -2363,7 +2363,7 @@ public class RetainerContractReleasePrc extends ProcessEJB implements RetainerCo ...@@ -2363,7 +2363,7 @@ public class RetainerContractReleasePrc extends ProcessEJB implements RetainerCo
private String checkNullAndTrim(String inputVal) private String checkNullAndTrim(String inputVal)
{ {
if ( inputVal == null || "null".equals(input)) if ( inputVal == null || "null".equals(inputVal))
{ {
inputVal = ""; inputVal = "";
} }
......
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