Commit 2bf102c6 authored by mnair's avatar mnair

Updated changes in AddIssAct by removing the condition for both the loc_code and the loc_sl

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@188402 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 7586888a
...@@ -455,14 +455,16 @@ public class AdjIssAct extends ActionHandlerEJB implements AdjIssActLocal, AdjIs ...@@ -455,14 +455,16 @@ public class AdjIssAct extends ActionHandlerEJB implements AdjIssActLocal, AdjIs
{ {
valueXmlString.append("<loc_code isSrvCallOnChg='1'>").append(selLocCode).append("</loc_code>"); valueXmlString.append("<loc_code isSrvCallOnChg='1'>").append(selLocCode).append("</loc_code>");
} }
if (selLotNo != null && selLotNo.trim().length() > 0) //Commented by mayur on 30-July-2018---start
{ //if (selLotNo != null && selLotNo.trim().length() > 0)
//{
valueXmlString.append("<lot_no isSrvCallOnChg='1'>").append(selLotNo).append("</lot_no>"); valueXmlString.append("<lot_no isSrvCallOnChg='1'>").append(selLotNo).append("</lot_no>");
} //}
if (selLotSl != null && selLotSl.trim().length() > 0) //if (selLotSl != null && selLotSl.trim().length() > 0)
{ //{
valueXmlString.append("<lot_sl isSrvCallOnChg='1'>").append(selLotSl).append("</lot_sl>"); valueXmlString.append("<lot_sl isSrvCallOnChg='1'>").append(selLotSl).append("</lot_sl>");
} //}
//Commented by mayur on 30-July-2018---end
if (sundryType != null && sundryType.trim().length() > 0) if (sundryType != null && sundryType.trim().length() > 0)
{ {
valueXmlString.append("<sundry_type>").append(sundryType).append("</sundry_type>"); valueXmlString.append("<sundry_type>").append(sundryType).append("</sundry_type>");
......
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