Commit 98408451 authored by msharma's avatar msharma

Return Contact code Blank if no Sundry Type found


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@91832 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 7ef52661
......@@ -10181,6 +10181,10 @@ public class FinCommon
{
return contactCode;
}
else
{
return contactCode;
}
try
{
......
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