Commit dad5d2f6 authored by prane's avatar prane

added column "(quantity - (case when dlv_qty is null then 0 else dlv_qty end)) as lcodrqty"


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@43894 ce508802-f39f-4f6c-b175-0d175dae99d5
parent c2755400
......@@ -6094,6 +6094,7 @@ public class PoReceiptIc extends ValidatorEJB implements PoReceiptIcLocal,PoRec
}
else if(currentColumn.trim().equalsIgnoreCase("line_no__ord"))
{
String muom="",lstrantype="", lcrtconv1="",mdateStr="",expDate1="",expDate="",mordqty1="",postprov="",maccr="",mlocation="",mtaxclass="",mtaxchap="",mtaxenv="",lsdeptcode="",lsbenefittype="",lsporcpline="";
String lslicenceno="",reciepttype="",lsacctpdr="",lsporzateoption="",varvalue="",lsanalcod="",lsacctpcr="",lscctrpdr="",lscctrpcr="",lsformno="",lsdutypaid="";
double lcrtconv=0,lcrate=0,mordqty=0,mdiscount=0,mtax=0,mtotamt=0,inputQty=0,inputQty1=0, lcOdrQty=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