diff --git a/pms/templates/okr/emp_objective/emp_objective_list.html b/pms/templates/okr/emp_objective/emp_objective_list.html index a812106d4..7fc720f1a 100644 --- a/pms/templates/okr/emp_objective/emp_objective_list.html +++ b/pms/templates/okr/emp_objective/emp_objective_list.html @@ -12,7 +12,7 @@ {% endif %} {% for emp_objective in emp_objectives.object_list %} - {% if perms.pms.view_employeeobjective or emp_objective|is_manager_or_owner:request.user %} + {% if perms.pms.view_employeeobjective or emp_objective|is_manager_or_owner:request.user or is_reporting_manager %}