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
......@@ -246,13 +246,29 @@ END;
update obj_forms set cross_update_expr='[debit_note_amt]',expr_fld_info='[2..D.debit_note_amt]',target_fld_info='[1.1.D.debit_note_amt]'
where win_name='w_proof_of_delivery' and form_no='2';
--added message for stockist date [20/12/13]
--added message for stockist date [20/12/13]
insert into messages
(msg_no,msg_str,msg_descr,msg_type,chg_date,chg_user,chg_term)
values
('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