Commit 2278415e authored by pshinde's avatar pshinde

Sql for error message has been added for SOF Spilt


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@96378 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 39b6240d
...@@ -49615,6 +49615,13 @@ INSERT INTO dashboard_pages ( ...@@ -49615,6 +49615,13 @@ INSERT INTO dashboard_pages (
'Base ', 'Base ',
'172.16.148.23', '172.16.148.23',
fn_sysdate()); fn_sysdate());
--added by priyanka on 19/09/14
--If rate against entered contract no is 0 during SALES Order Form Spilt then it will show error message
INSERT INTO MESSAGES (msg_no , msg_str , msg_descr , msg_type , msg_opt , chg_date , chg_user , chg_term )
VALUES ('VTCTRTZERO', 'Invalid Rate','Contract Rate Cannot Be Zero.', 'E', 'Y', SYSDATE, 'BASE', 'BASE');
--- end by priyanka on 19/09/14
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