Commit cabd9eca authored by rbhogale's avatar rbhogale

Changed by Rohan on 17-06-13 for system do not ask no of articales in case of pgrl location


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@31456 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 68d30a7e
......@@ -38694,5 +38694,7 @@ VALUES (
'BASE',
NULL,
NULL);
--Changed by Rohan on 17-06-13 for system do not ask no of artiacales input in case of pgrl location.start
update obj_forms set scan_metadata = '<SCAN_INFO><MAPPING_SCAN ORDER="1"><SCAN_LABEL>Item Code:</SCAN_LABEL><FIELDS SEPARATOR="" DELIMITER=""><FIELD ORDER="0" start="6" end="15" >item_code</FIELD></FIELDS></MAPPING_SCAN><MAPPING_SCAN ORDER="2"><SCAN_LABEL>Lot Number:</SCAN_LABEL><FIELDS SEPARATOR="" DELIMITER=""><FIELD ORDER="0" start="13" end="22" >lot_no</FIELD></FIELDS></MAPPING_SCAN><INPUT_SCAN ORDER="1"><SCAN_LABEL>LPN Number:</SCAN_LABEL><FIELDS SEPARATOR="" DELIMITER=""><FIELD>lot_sl</FIELD></FIELDS></INPUT_SCAN><INPUT_SCAN ORDER="2"><SCAN_LABEL>Number of Cases:</SCAN_LABEL><FIELDS SEPARATOR="" DELIMITER=""><FIELD ORDER="0" mandatory = "N">no_art</FIELD></FIELDS></INPUT_SCAN><INPUT_SCAN ORDER="3"><SCAN_LABEL>Partial Quantity:</SCAN_LABEL><FIELDS SEPARATOR="" DELIMITER=""><FIELD>part_qty</FIELD></FIELDS></INPUT_SCAN><SCAN_CONDITION field="no_art">loc_code == "GRL"</SCAN_CONDITION><SCAN_CONDITION field="part_qty">no_art == "null" || no_art == "0" || no_art == ""</SCAN_CONDITION></SCAN_INFO>'
where win_name='w_porcp_wiz' 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