Commit 2cdc927e authored by sgadve's avatar sgadve

when the transaction is submit for the scheme approve form then not show edit button

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@203284 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 5a8291d4
...@@ -64,3 +64,10 @@ Insert into OBJ_LINKS (OBJ_NAME,FORM_NO,FIELD_NAME,TARGET_OBJ_NAME,LINK_FORM_NAM ...@@ -64,3 +64,10 @@ Insert into OBJ_LINKS (OBJ_NAME,FORM_NO,FIELD_NAME,TARGET_OBJ_NAME,LINK_FORM_NAM
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 ('VTAMTADJT','Amount adjusted','Amount is Adjusted.','W','Y',null,null,null,sysdate,'BASE','BASE',null,null); 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 ('VTAMTADJT','Amount adjusted','Amount is Adjusted.','W','Y',null,null,null,sysdate,'BASE','BASE',null,null);
-----------------Added by saiprasad G. for further changes[END]---------------------- -----------------Added by saiprasad G. for further changes[END]----------------------
-------------Added by saiprasad G. when the submit not show the edit button on the scheme approve[START]--------------
update obj_actions set SHOW_CONFIRM='000', image='ibase/resource/objaction/edit.svg' where OBJ_NAME='scheme_apprv' and RIGHTS_CHAR='E';
update obj_actions set IMAGE='ibase/resource/objaction/add.svg' where OBJ_NAME='scheme_apprv' and RIGHTS_CHAR='A';
-------------Added by saiprasad G. when the submit not show the edit button on the scheme approve[END]--------------
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