Commit 30a4acbc authored by steurwadkar's avatar steurwadkar

Sales return changes to set docKey and set rate from pricelist if invoice id...

Sales return changes to set docKey and set rate from pricelist if invoice id not found in min_rate_history


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@43822 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 875a08c7
...@@ -9683,6 +9683,7 @@ public class SalesReturn extends ValidatorEJB implements SalesReturnLocal, Sales ...@@ -9683,6 +9683,7 @@ public class SalesReturn extends ValidatorEJB implements SalesReturnLocal, Sales
else if (totalQty >= dCurRecInvQty) else if (totalQty >= dCurRecInvQty)
{ {
retInvoiceId = ""; retInvoiceId = "";
break;
} }
} }
else else
......
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