Commit eab13534 authored by arane's avatar arane

"Fwd: LOCATION TRANSFER GIFT ITEM site S0078

If shelf life is not defined 
 stock transfer 7819ST0011 -- created automatic by processing Segregate near/expiry Lot option..... but how this item system considered


1 . if it's not reqd. then system should have prompt for this if user mentioned the expiry/mfg date !
2.  I think , lot wise maintenance , system asking for mfg/expiry date !"

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@217061 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 040c466f
......@@ -6555,7 +6555,7 @@ public class PoReceiptIc extends ValidatorEJB implements PoReceiptIcLocal,PoRec
valueXmlString.append("<qc_reqd protect =\"1\">").append("<![CDATA["+lsqcreqd+"]]>").append("</qc_reqd>");
valueXmlString.append("<exch_rate protect =\"1\">").append("<![CDATA["+exchrate+"]]>").append("</exch_rate>");
valueXmlString.append("<exch_rate__frt protect =\"1\">").append("<![CDATA["+exchRateFrt+"]]>").append("</exch_rate__frt>");
// valueXmlString.append("<purc_order protect =\"1\">").append("<![CDATA["+lspurcorder+"]]>").append("</purc_order>"); //commented by manish mhatre on 13-aug-2019
// valueXmlString.append("<purc_order protect =\"1\">").append("<![CDATA["+lspurcorder+"]]>").append("</purc_order>"); //commented by manish mhatre on 13-aug-2019
//added by manish mhatre on 13-aug-2019 [For protect purchase order when flag==true]
//start manish
......@@ -7438,7 +7438,13 @@ public class PoReceiptIc extends ValidatorEJB implements PoReceiptIcLocal,PoRec
valueXmlString.append("<retest_date >").append("<![CDATA[" + TestExpDate1 + "]]>").append("</retest_date>");
}
}//Added by Anagha Rane 25-02-2020 Start>> To set expiry date null
else if("N".equalsIgnoreCase(lstrackshelflife))
{
valueXmlString.append("<expiry_date protect =\"1\">").append("<![CDATA[]]>").append("</expiry_date>");
System.out.println("Setting Expiry date Null");
}
//Added by Anagha Rane 25-02-2020 End
String lcrate1="",lspricelistclg="",lcqty1="",ldttrandate1="";
lcrate1 = checkNull(genericUtility.getColumnValue( "rate", dom ));
//Commented by Ajay on 25/04/18:START
......
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