Commit a52305df authored by cpatil's avatar cpatil

*** empty log message ***


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@99928 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 99dc7d25
......@@ -145,4 +145,9 @@ Insert into messages (MSG_NO,MSG_STR,MSG_DESCR,MSG_TYPE,MSG_OPT,CHG_DATE,CHG_USE
values ('VMREFIDCNF','Reference Id already confirmed','Reference id already confirmed.','E','Y',sysdate,'BASE','BASE');
Insert into obj_itemchange (OBJ_NAME,FORM_NO,FIELD_NAME,MANDATORY) values ('shipment_loc','4','gross_weight',null);
Insert into obj_itemchange (OBJ_NAME,FORM_NO,FIELD_NAME,MANDATORY) values ('shipment_loc','4','tare_weight',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