Commit 856ffbc8 authored by asikarwar's avatar asikarwar

duplication validation correction


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@93001 ce508802-f39f-4f6c-b175-0d175dae99d5
parent e3316013
......@@ -183,7 +183,7 @@ implements BillofQuantityICLocal, BillofQuantityICRemote
rs = null;
pstmt.close();
pstmt = null;
if(cnt == 1 )
if(cnt > 0 )
{
errCode = "VTDUPINDNO";
errList.add(errCode);
......
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