Commit 3f758a08 authored by msharma's avatar msharma

Inactive item's validation removed


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@95201 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 041eb041
...@@ -5834,7 +5834,7 @@ public class SalesReturn extends ValidatorEJB implements SalesReturnLocal, Sales ...@@ -5834,7 +5834,7 @@ public class SalesReturn extends ValidatorEJB implements SalesReturnLocal, Sales
} }
errCode = isItem( siteCode, mVal, "SAL", conn ); //errCode = isItem( siteCode, mVal, "SAL", conn );//Commented by Manoj dtd 04/06/2014 not required to validate for inactive item
//errCode = i_nvo_gbf_func.gbf_item(msite_code,mVal,transer) //errCode = i_nvo_gbf_func.gbf_item(msite_code,mVal,transer)
if( errCode != null && errCode.trim().length() > 0 ) if( errCode != null && errCode.trim().length() > 0 )
{ {
......
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