Commit 25c972e3 authored by jshinde's avatar jshinde

Request W15GSUN001,Create transaction screen Pallet Request .


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@99140 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 1f722491
......@@ -301,6 +301,10 @@ VALUES ('PALLET_NO','W_PALLET_REQ','SELECT LOC_CODE AS PALLET_NO ,DESCR FROM LOC
INSERT INTO OBJ_ITEMCHANGE (OBJ_NAME,FORM_NO,FIELD_NAME,MANDATORY)
values ('pallet_req','2','loc_code','Y');
------------------------------------------------------------10/11/2015------------------------------------------------------------------------
UPDATE POPHELP SET SQL_STR='SELECT DISTINCT L.LOC_CODE
AS PALLET_NO ,L.DESCR FROM STOCK S ,LOCATION L WHERE L.INV_STAT=''AWMS'' AND
L.SITE_CODE=''?'' AND S.LOC_CODE=L.LOC_CODE AND S.QUANTITY>0' where MOD_NAME='W_PALLET_REQ' and FIELD_NAME='PALLET_NO';
-------------------------------------------------------------------END----------------------------------------------------------------------------
......
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