Commit cf52b012 authored by pshinde's avatar pshinde

changes in messages query


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@94511 ce508802-f39f-4f6c-b175-0d175dae99d5
parent ac1f1b1a
......@@ -71,5 +71,9 @@ UPDATE MESSAGES SET msg_descr='MaximumW Weight cannot be left blank' where msg_n
UPDATE MESSAGES SET msg_str='Invalid station Code To' where msg_no='VMSTNCDTO';
UPDATE MESSAGES SET msg_descr='Transporter Mode cannot be left blank' where msg_no='VTTRMODE';
UPDATE MESSAGES SET msg_descr='Load Type cannot be left blank',msg_str='Invalid Load Type' where msg_no='VMLOADTY';
COMMIT
\ No newline at end of file
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