Commit 7793fe97 authored by msharma's avatar msharma

Sales Return Replacement Validation message Done by Kunal Mandhre


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@91629 ce508802-f39f-4f6c-b175-0d175dae99d5
parent f9ed17c5
insert into messages(
MSG_NO,
MSG_STR ,
MSG_DESCR,
MSG_TYPE,
MSG_OPT,
chg_date,
chg_user,
chg_term
)
values(
'VTRELITMS ',
'Invalid Item Series',
'Item Series not found in master for customer code',
'E',
'Y',
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