Commit 50dc2042 authored by msalla's avatar msalla

bug fixed

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@215714 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 05734f43
......@@ -146,9 +146,9 @@ public class SalesReturnVerifyPasswordPrc extends ProcessEJB implements SalesRet
}
} // TRAN_ID NOT NULL
if (returnString.length() > 0 && returnString.indexOf("VTCONF") > -1)
if (returnString.length() > 0 && (returnString.indexOf("VTCONF") > -1 || returnString.indexOf("VTSRTRNCMP") > -1 ))
{
returnString = itmDBAccess.getErrorString("", "PRCSUCES", "", "", conn);
//returnString = itmDBAccess.getErrorString("", "PRCSUCES", "", "", conn);
} else
{
isError = true;
......@@ -284,4 +284,4 @@ public class SalesReturnVerifyPasswordPrc extends ProcessEJB implements SalesRet
}
return retString;
}
}
}
\ No newline at end of file
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