Commit 7fb0051d authored by cpatil's avatar cpatil

remove error


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@93316 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 267f3deb
...@@ -355,7 +355,7 @@ public class StockAllocPrc extends ActionHandlerEJB implements StockAllocPrcLoca ...@@ -355,7 +355,7 @@ public class StockAllocPrc extends ActionHandlerEJB implements StockAllocPrcLoca
qtyToBeAllocated = quantity; qtyToBeAllocated = quantity;
// added by cpatil on 04/07/13 // added by cpatil on 04/07/13
sqlst = " SELECT UNIT,CONV__QTY_STDUOM," + sqlst = " SELECT UNIT,CONV__QTY_STDUOM " +
//"QUANTITY , quantity__stduom " + //"QUANTITY , quantity__stduom " +
" FROM STOCK " + " FROM STOCK " +
" WHERE ITEM_CODE = ? AND LOC_CODE = ? AND SITE_CODE = ? AND LOT_NO = ? AND LOT_SL = ? "; " WHERE ITEM_CODE = ? AND LOC_CODE = ? AND SITE_CODE = ? AND LOT_NO = ? AND LOT_SL = ? ";
......
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