Commit ad1c0f7d authored by ajadhav's avatar ajadhav

comment lcrate(PoReceiptIc)

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@184130 ce508802-f39f-4f6c-b175-0d175dae99d5
parent a75d488e
...@@ -6716,8 +6716,9 @@ public class PoReceiptIc extends ValidatorEJB implements PoReceiptIcLocal,PoRec ...@@ -6716,8 +6716,9 @@ public class PoReceiptIc extends ValidatorEJB implements PoReceiptIcLocal,PoRec
} }
String lcrate1="",lspricelistclg="",lcqty1="",ldttrandate1=""; String lcrate1="",lspricelistclg="",lcqty1="",ldttrandate1="";
lcrate1 = checkNull(genericUtility.getColumnValue( "rate", dom )); lcrate1 = checkNull(genericUtility.getColumnValue( "rate", dom ));
//Commented by Ajay on 25/04/18:START
lcrate = (lcrate1== null || lcrate1.trim().length() == 0) ? 0 : Double.parseDouble(lcrate1); //lcrate = (lcrate1== null || lcrate1.trim().length() == 0) ? 0 : Double.parseDouble(lcrate1);
//Commented by Ajay on 25/04/18:END
lsunit = checkNull(genericUtility.getColumnValue( "unit", dom )); lsunit = checkNull(genericUtility.getColumnValue( "unit", dom ));
lcqty1 = checkNull(genericUtility.getColumnValue( "quantity", dom )); lcqty1 = checkNull(genericUtility.getColumnValue( "quantity", dom ));
lcqty= (lcqty1== null || lcqty1.trim().length() == 0) ? 0 : Double.parseDouble(lcqty1); lcqty= (lcqty1== null || lcqty1.trim().length() == 0) ? 0 : Double.parseDouble(lcqty1);
......
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