Commit 32c94ecb authored by dpawar's avatar dpawar

added messages for site_code and cust_code


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@94031 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 1852046c
...@@ -253,6 +253,22 @@ insert into messages ...@@ -253,6 +253,22 @@ insert into messages
values values
('VTINDLSTD','Invalid date','Stockist date should not be less than Invoice date','E',sysdate,'BASE','BASE'); ('VTINDLSTD','Invalid date','Stockist date should not be less than Invoice date','E',sysdate,'BASE','BASE');
--added message [21/12/13]
insert into messages
(msg_no,msg_str,msg_descr,msg_type,chg_date,chg_user,chg_term)
values
('VTCUSTNEI','Invalid combination','Entered customer code not associated with this invoice','E',sysdate,'BASE','BASE');
insert into messages
(msg_no,msg_str,msg_descr,msg_type,chg_date,chg_user,chg_term)
values
('VTSITENEI','Invalid combination','Entered site code not associated with this invoice','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