Commit 1aa97fa7 authored by ngadkari's avatar ngadkari

Changes in generateDocKey() method and changes in lot_no itemChange if...

Changes in generateDocKey() method and changes in lot_no itemChange if invoiceID is not null condition.

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@190815 ce508802-f39f-4f6c-b175-0d175dae99d5
parent b5faa8dd
...@@ -10119,7 +10119,7 @@ public class SalesReturn extends ValidatorEJB implements SalesReturnLocal, Sales ...@@ -10119,7 +10119,7 @@ public class SalesReturn extends ValidatorEJB implements SalesReturnLocal, Sales
curRecLotNo.equalsIgnoreCase(domLotNo) && curRecLotNo.equalsIgnoreCase(domLotNo) &&
curRecSiteCode.equalsIgnoreCase(domSiteCode) ) curRecSiteCode.equalsIgnoreCase(domSiteCode) )
{ {
dTotalDomQty += dDomQty; dTotalDomQty = dDomQty;
double totalQty = dQtyAdj + dTotalDomQty; double totalQty = dQtyAdj + dTotalDomQty;
System.out.println("totalQty["+totalQty+"]"); System.out.println("totalQty["+totalQty+"]");
if ( totalQty <= dCurRecInvQty) if ( totalQty <= dCurRecInvQty)
......
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