Commit 32deadd6 authored by cpatil's avatar cpatil

remove error


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@96761 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 0a327fe9
...@@ -563,7 +563,7 @@ public class WoIssPartialPrc extends ProcessEJB implements WoIssPartialPrcLocal, ...@@ -563,7 +563,7 @@ public class WoIssPartialPrc extends ProcessEJB implements WoIssPartialPrcLocal,
itemCodeInv =rs2.getString("ITEM_CODE"); itemCodeInv =rs2.getString("ITEM_CODE");
siteCode =rs2.getString("SITE_CODE"); siteCode =rs2.getString("SITE_CODE");
quantityInv =rs2.getDouble("quantity"); quantityInv =rs2.getDouble("quantity");
issueQtyInv =rs2.getDouble(" issue_qty"); issueQtyInv =rs2.getDouble("issue_qty");
String propReqQtyStr = df.format(propReqQty); String propReqQtyStr = df.format(propReqQty);
propReqQty = Double.parseDouble(propReqQtyStr); propReqQty = Double.parseDouble(propReqQtyStr);
...@@ -587,7 +587,7 @@ public class WoIssPartialPrc extends ProcessEJB implements WoIssPartialPrcLocal, ...@@ -587,7 +587,7 @@ public class WoIssPartialPrc extends ProcessEJB implements WoIssPartialPrcLocal,
+" and a.item_code = '" + itemCodeInv + "' " +" and a.item_code = '" + itemCodeInv + "' "
+" and a.site_code = '"+siteCode+"' " +" and a.site_code = '"+siteCode+"' "
+" and b.stat_type <> 'S' and b.available = 'Y' " +" and b.stat_type <> 'S' and b.available = 'Y' "
+" and a.loc_code ='"+locCode+"' ) " +" and a.loc_code ='"+locCode+"' "
+" and a.lot_no = ('" +lotNoInv+ "')" +" and a.lot_no = ('" +lotNoInv+ "')"
+" and ( a.quantity - a.alloc_qty ) > 0 "; +" and ( a.quantity - a.alloc_qty ) > 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