Commit 1a8adeea authored by agaikwad's avatar agaikwad

Get black list value in supplier Method


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@101796 ce508802-f39f-4f6c-b175-0d175dae99d5
parent baed6c5f
......@@ -2333,6 +2333,7 @@ public class FinCommon
if (rs.next())
{
blkList=checkNull(rs.getString(1));
if (blkList.equalsIgnoreCase("Y"))
{
errCode = "VTSUPPBL";
......
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