Commit bbc85b27 authored by ppatro's avatar ppatro

sql updates for messages change


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@92835 ce508802-f39f-4f6c-b175-0d175dae99d5
parent f131a5bf
......@@ -31468,6 +31468,28 @@ INSERT INTO MESSAGES (
'BASE',
NULL,
NULL);
--Pragyan 13/03/13
delete from messages where msg_no = 'VQUANTI2';
delete from messages where msg_no = 'VQUANTI';
INSERT INTO messages VALUES (
'VQUANTI ',
'Invalid Quantity',
'Entered quantity / cases does not match with the pickorder
quantity',
'E',
'Y',
NULL,
NULL,
NULL,
TO_DATE('19-06-2012 09:20:19','DD-MM-YYYY HH24:MI:SS'),
'BASE ',
'BASE ',
NULL,
NULL);
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