Commit 9f96eb8d authored by nkhan's avatar nkhan

Added by Nasruddin khan


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@102588 ce508802-f39f-4f6c-b175-0d175dae99d5
parent e9bd7a14
......@@ -148,6 +148,18 @@ insert into messages(msg_no, msg_str, msg_descr, msg_type, msg_opt,
'BASE' );
insert into messages(msg_no, msg_str, msg_descr, msg_type, msg_opt, chg_date, chg_user, chg_term )
values (
'VTMINAMT',
'INVALID MIN AMOUNT!',
'Minimum amount should be greater then Zero and less then maximum amount !',
'E',
'Y',
sysdate,
'BASE',
'BASE' );
......
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