Commit 1852046c authored by dpawar's avatar dpawar

added messages for stockist date


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@94030 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 19967470
......@@ -246,6 +246,13 @@ 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]
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');
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