Commit ad749650 authored by jshinde's avatar jshinde

count item from Qurantine location (Location having AWMSQ inv stat)


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@103285 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 13ce0948
...@@ -121,6 +121,12 @@ SQL_STR = 'SELECT DISTINCT S.ITEM_CODE, I.DESCR FROM STOCK S, ITEM I WHERE S.ITE ...@@ -121,6 +121,12 @@ SQL_STR = 'SELECT DISTINCT S.ITEM_CODE, I.DESCR FROM STOCK S, ITEM I WHERE S.ITE
WHERE FIELD_NAME = 'ITEM_CODE' AND MOD_NAME = 'W_PHY_COUNT'; WHERE FIELD_NAME = 'ITEM_CODE' AND MOD_NAME = 'W_PHY_COUNT';
-----------------------------------------------------7-9-2016-------------------------------------------------------------
update pophelp set
sql_str = 'SELECT DISTINCT LOC_CODE, DESCR FROM LOCATION WHERE INV_STAT IN( ''AWMS'',''AWMSQ'')'
WHERE FIELD_NAME = 'LOC_CODE' AND MOD_NAME = 'W_PHY_COUNT';
......
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