Commit 66b93e67 authored by smestry's avatar smestry

W15FSUN008, Updated sql file for palletization, changes in the requirement.


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@99297 ce508802-f39f-4f6c-b175-0d175dae99d5
parent f3c0b6c6
......@@ -346,8 +346,7 @@ update obj_forms set scan_metadata = '<SCAN_INFO><MAPPING_SCAN ORDER="1"><SCAN_
----------------------------- Change on 27-11-2015 (Changes in the requirement) ----------------------------------------
update obj_forms set scan_metadata = '<SCAN_INFO><INPUT_SCAN ORDER="1"><SCAN_LABEL>Scan Lot Number:</SCAN_LABEL><FIELDS SEPARATOR="" DELIMITER=""><FIELD>lot_no</FIELD></FIELDS></INPUT_SCAN><INPUT_SCAN ORDER="2"><SCAN_LABEL>Scan Lot Sl:</SCAN_LABEL><FIELDS SEPARATOR="" DELIMITER=""><FIELD>lot_sl</FIELD></FIELDS></INPUT_SCAN></SCAN_INFO>' where win_name = 'w_palletization' and form_no = 3;
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_INFO>' where win_name = 'w_palletization' and form_no = 3;
update obj_forms set assisted_mode = 'A' 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