Commit 53fd5aef authored by rbhogale's avatar rbhogale

Changed by Rohan on 22-02-13 for Repanishment Cancel.


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@92733 ce508802-f39f-4f6c-b175-0d175dae99d5
parent ed7039b1
...@@ -29574,5 +29574,35 @@ INSERT INTO messages ( ...@@ -29574,5 +29574,35 @@ INSERT INTO messages (
COMMIT; COMMIT;
--Changed by Rohan on 22-02-12 for Repanishment Cancel.
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 (
'CANCELREPL',
'Repanishment Cancel',
'Repanishment Cancel,Replenishment cannot be done.',
'E',
'Y',
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