Commit d2b735a8 authored by kmandhre's avatar kmandhre

change in item code validation - for inactive item


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@95219 ce508802-f39f-4f6c-b175-0d175dae99d5
parent fc8e78b9
......@@ -5834,6 +5834,7 @@ public class SalesReturn extends ValidatorEJB implements SalesReturnLocal, Sales
}
errCode = isItem( siteCode, mVal, "S-RET", conn ) ; //added by kunal on 5/june/14 change mod name argrument "SAL" TO 'S-RET'
//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)
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