Commit 540cf58d authored by smestry's avatar smestry

W15FSUN008, Updated sql file for palletization details, for the edit mode in metis .


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@99497 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 4fd82daf
......@@ -404,3 +404,6 @@ CREATE UNIQUE INDEX PALLET_DET_IDX ON PALLET_DET (TRAN_ID , ITEM_CODE , LOT_NO ,
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;
----------------------------- Change on 23-12-2015 ----------------------------------------
update transetup set edit_opt = 1 , confirm_col = 'CONFIRMED' , confirm_val = 'Y' where tran_window = 'w_palletize_det';
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