Commit 2bcaf5c8 authored by cpatil's avatar cpatil

added error code VTTRFACT


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@93895 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 8b4db6d1
......@@ -587,6 +587,7 @@ public class StockTransferConf extends ActionHandlerEJB implements StockTransfer
trfacct = finCommon.getFinparams("999999", "INV_ACCT_TRF", conn);
if( "Y".equalsIgnoreCase(invacct) || "Y".equalsIgnoreCase(trfacct ))
{
retString = "VTTRFACT";
isError = true;
break;
// errCode = "VTTRFACT"; // ~tSTOCK TRANSFER ACCOUNT NOT FOUND"
......
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