Commit 8dee71e9 authored by kmandhre's avatar kmandhre

add error msg for sreturn wizard


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@95642 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 284af61c
......@@ -45796,6 +45796,13 @@ VALUES (
FACILITY_CODE CHAR(10)
);
--added by kunal on 16-jul-14
INSERT INTO messages (msg_no ,msg_str ,msg_descr ,msg_type ,msg_opt ,msg_time ,
alarm , err_source , chg_date , chg_user , chg_term , override_input , mail_option )
VALUES ('SRWIZQTY4 ','Invalid Quantity !', 'RMA Quantity cannot be Zero .', 'E', 'Y',
null, null, null, sysdate, 'BASE ', 'BASE ', null, null);
--added by kunal on 16-jul-14 end
commit;
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