Commit 5e388946 authored by cshah's avatar cshah

changed getContactCode method


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@91536 ce508802-f39f-4f6c-b175-0d175dae99d5
parent b5a95c44
......@@ -10129,8 +10129,9 @@ public class FinCommon
}
else if(sundryType.equals("B"))
{
tableName = "BANK";
columnName = "BANK_CODE";
//tableName = "BANK";
//columnName = "BANK_CODE"; // as in bank table contactcode field doesnot exist
return contactCode;
}
else if(sundryType.equals("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