Commit 0b78c98a authored by dpawar's avatar dpawar

added sql (as per new requirement)


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@93551 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 78db0f2c
......@@ -469,3 +469,15 @@ insert into messages
values
('VTRSALENN','Rate Resale error','Rate Resale cannot be blank or zero','E',sysdate,'BASE','BASE');
--29-Aug-2013
insert into messages
(msg_no,msg_str,msg_descr,msg_type,chg_date,chg_user,chg_term)
values
('VTINVDUNF','Unconfirmed Invoice','System has unconfirmed POD transaction for this Invoice','E',sysdate,'BASE','BASE');
insert into messages
(msg_no,msg_str,msg_descr,msg_type,chg_date,chg_user,chg_term)
values
('VTITMCNAC','Item code error','Item code is not active in item master','E',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