Commit b3f21cb2 authored by msharma's avatar msharma

to Stock deallocate for Site Code Ship


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@93198 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 0695ca0a
......@@ -316,7 +316,9 @@ public class StockDeallocationPrc extends ProcessEJB implements StockDeallocatio
+"( SORDITEM.LINE_NO = SORDDET.LINE_NO ) AND "
+"( SORDITEM.ITEM_CODE = ITEM.ITEM_CODE ) AND "
+"( SORDER.CUST_CODE = CUSTOMER.CUST_CODE ) AND "
+" SORDDET.SITE_CODE = ? AND "
//Commented by Manoj dtd 07/06/2013 to check site code from sorder table
//+" SORDDET.SITE_CODE = ? AND "
+" SORDER.SITE_CODE = ? AND "
+" SORDER.SALE_ORDER >= ? AND "
+" SORDER.SALE_ORDER <= ? AND "
+" ITEM.ITEM_SER >=? AND "
......
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