Commit ef96ba7b authored by dpingle's avatar dpingle

* updated sql file on [22/11/19]

w_leave_v1.sql


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@212574 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 8f4d45b3
......@@ -19,12 +19,12 @@ Max.Allowed <b>{max_allowed}</b> , Min.Allowed <b>{min_allowed} , Leave unit <b
-------------------------------------------3. Audit trail is not working
update OBJ_ACTIONS set image='ibase/resource/objaction/Audit-trail.svg' , rights_char='X' , title='Audit Trail' , show_in_panel=1 ,display_mode=1 where OBJ_NAME='ald_slab' and title='Audit Trail';
update OBJ_ACTIONS set image='ibase/resource/objaction/Audit-trail.svg' , rights_char='X' , title='Audit Trail' , show_in_panel=1 ,display_mode=1 where OBJ_NAME='leave' and title='Audit Trail';
-------------------------------------------4. Export to excel is not working
update OBJ_ACTIONS set image='ibase/resource/objaction/exprtExl.svg', description='Export To Excel', service_code='a', interactive='a', rights_char='B', title='Export2XLS', action_type='S',display_mode=1 where OBJ_NAME='ald_slab' and (title='Export Excel' or title='Export2XLS');
update OBJ_ACTIONS set image='ibase/resource/objaction/exprtExl.svg', description='Export To Excel', service_code='a', interactive='a', rights_char='B', title='Export2XLS', action_type='S',display_mode=1 where OBJ_NAME='leave' and (title='Export Excel' or title='Export2XLS');
-------------------------5.Improper error message if the Leave code field is kept empty,'INVLVEDATA' message not defined
......
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