Commit 8b15dfa4 authored by smestry's avatar smestry

W15FSUN008, Updated sql file for palletization, display of scan label in deallocate mode.


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@99374 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 459738c8
......@@ -400,6 +400,7 @@ INSERT INTO MESSAGES (MSG_NO, MSG_STR, MSG_DESCR, MSG_TYPE, MSG_OPT, CHG_DATE, C
CREATE UNIQUE INDEX PALLET_DET_IDX ON PALLET_DET (TRAN_ID , ITEM_CODE , LOT_NO , LOT_SL, PALLET_NO);
----------------------------- Change on 08-12-2015 ----------------------------------------
UPDATE OBJ_FORMS SET SCAN_METADATA = '<SCAN_INFO><INPUT_SCAN ORDER="1"><SCAN_LABEL>Scan Label :</SCAN_LABEL><FIELDS SEPARATOR="D" DELIMITER="-"><FIELD ORDER="1">lot_no</FIELD><FIELD ORDER="2">lot_sl</FIELD></FIELDS></INPUT_SCAN><SCAN_CONDITION field="lot_no">lot_no =="null" || lot_no == ""</SCAN_CONDITION><SCAN_CONDITION field="lot_sl">lot_sl =="null" || lot_sl == ""</SCAN_CONDITION></SCAN_INFO>' WHERE win_name = 'w_palletization' and form_no = 3;
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