Commit f58909f3 authored by manohar's avatar manohar

deallocate stock in add mode if stock is allocated in sordalloc


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@91226 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 83e21784
...@@ -134,7 +134,7 @@ public class DespatchPrs extends ValidatorEJB implements DespatchPrsLocal, Despa ...@@ -134,7 +134,7 @@ public class DespatchPrs extends ValidatorEJB implements DespatchPrsLocal, Despa
sordNo = GenericUtility.getInstance().getColumnValueFromNode("sord_no",currDetail); sordNo = GenericUtility.getInstance().getColumnValueFromNode("sord_no",currDetail);
lineNoSord = GenericUtility.getInstance().getColumnValueFromNode("line_no__sord",currDetail); lineNoSord = GenericUtility.getInstance().getColumnValueFromNode("line_no__sord",currDetail);
// 22/02/10 manoharan if allocation found in sordalloc the deallocate // 22/02/10 manoharan if allocation found in sordalloc the deallocate
sqlSord = "SELECT COUNT(1) AS COUNT FROM SORDALLOC " sql = "SELECT COUNT(1) AS COUNT FROM SORDALLOC "
+"WHERE SALE_ORDER = ? " +"WHERE SALE_ORDER = ? "
+"AND LINE_NO = ? " +"AND LINE_NO = ? "
+"AND EXP_LEV = ? " +"AND EXP_LEV = ? "
......
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