Commit d502fd6f authored by ssarkar's avatar ssarkar

update by sumit on 08/may/13 updated sql


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@93032 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 11460c52
......@@ -38047,6 +38047,36 @@ LPN_NO FROM INV_HOLD_DET WHERE TRAN_ID = ''?''',
NULL,
NULL,
NULL);
-- Added by sumit on 08/06/13
INSERT INTO MESSAGES (
msg_no ,
msg_str ,
msg_descr ,
msg_type ,
msg_opt ,
msg_time ,
alarm ,
err_source ,
chg_date ,
chg_user ,
chg_term ,
override_input,
mail_option )
VALUES (
'INVSUPPCOD',
'Invalid supplier code.',
'Enter valid supplier code.',
'E',
'E',
NULL,
NULL,
NULL,
fn_sysdate(),
'BASE',
'BASE',
NULL,
NULL);
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