Commit e76188d5 authored by ssarkar's avatar ssarkar

Warning msg added by rohan


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@91940 ce508802-f39f-4f6c-b175-0d175dae99d5
parent ada020bc
......@@ -32485,8 +32485,31 @@ INSERT INTO refser (
--Added by manoj dtd 09102012 to remove location code from mapping scan from detail window
update obj_forms set scan_metadata='<SCAN_INFO><MAPPING_SCAN ORDER="1"> <SCAN_LABEL>LPN NO:</SCAN_LABEL> <FIELDS SEPARATOR="" DELIMITER=""><FIELD>lot_sl</FIELD></FIELDS> </MAPPING_SCAN> <MAPPING_SCAN ORDER="2"> <SCAN_LABEL>Item Code:</SCAN_LABEL> <FIELDS SEPARATOR="" DELIMITER=""><FIELD>item_code</FIELD></FIELDS> </MAPPING_SCAN> <MAPPING_SCAN ORDER="3"> <SCAN_LABEL>Lot No:</SCAN_LABEL> <FIELDS SEPARATOR="" DELIMITER=""><FIELD>lot_no</FIELD></FIELDS> </MAPPING_SCAN> <INPUT_SCAN ORDER="1"> <SCAN_LABEL>Case Count:</SCAN_LABEL> <FIELDS SEPARATOR="" DELIMITER=""><FIELD>phy_input</FIELD></FIELDS> </INPUT_SCAN> <SCAN_CONDITION field="loc_code">parseInt(quantity) != 0</SCAN_CONDITION></SCAN_INFO>' where win_name='w_phy_item_mscan' and form_no=3;
-- added by Rohan on 10/10/12 warning msg.
INSERT INTO MESSAGES (
msg_no ,
msg_str ,
msg_descr ,
msg_type ,
msg_opt ,
chg_date ,
chg_user ,
chg_term )
VALUES (
'VTHAZMAT',
'Hazardous Material.',
'Transaction contains Hazardous material.',
'W',
'Y',
fn_sysdate(),
'ROHAN' ,
'BASE ');
COMMIT;
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