Commit 6e4c5057 authored by cpatil's avatar cpatil

change for qty for different item unit


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@94532 ce508802-f39f-4f6c-b175-0d175dae99d5
parent a5b0a99a
...@@ -356,7 +356,9 @@ QCTransferConfLocal, QCTransferConfRemote ...@@ -356,7 +356,9 @@ QCTransferConfLocal, QCTransferConfRemote
// modify by cpatil 05/04/14 start // modify by cpatil 05/04/14 start
System.out.println("@@@@ qc order Qty[qcQty]["+qcQty+"]qc transfer qty[qty]["+qty+"]netWeight["+netWeight+"]"); System.out.println("@@@@ qc order Qty[qcQty]["+qcQty+"]qc transfer qty[qty]["+qty+"]netWeight["+netWeight+"]");
convertedQty = qcQty * qty / netWeight ;
convertedQty = netWeight * qty / qcQty ;
System.out.println("@@@@convertedQty["+convertedQty+"]"); System.out.println("@@@@convertedQty["+convertedQty+"]");
//// cpatil end //// cpatil end
......
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