Commit 067f2bdd authored by ngadkari's avatar ngadkari

removed trim() from check null method return string

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@193251 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 62dd933f
......@@ -2900,7 +2900,7 @@ public class PostOrderActivity {
{
//Modified by Anjali R. on[12/11/2018][Start]
//return str;
return str.trim() ;
return str;
//Modified by Anjali R. on[12/11/2018][Start]
}
......
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