diff --git a/app/components/lettings_log_summary_component.html.erb b/app/components/lettings_log_summary_component.html.erb index b0bc9fed8..1845a155f 100644 --- a/app/components/lettings_log_summary_component.html.erb +++ b/app/components/lettings_log_summary_component.html.erb @@ -34,7 +34,7 @@ <% end %>

<% end %> - <% if current_user.support? || current_user.organisation.has_managing_agents? %> + <% if current_user.support? || current_user.organisation.has_managing_agents? || current_user.organisation.has_recent_absorbed_organisations? %>
<% if log.owning_organisation %>
diff --git a/app/components/sales_log_summary_component.html.erb b/app/components/sales_log_summary_component.html.erb index 6b3be98cb..10b021fb7 100644 --- a/app/components/sales_log_summary_component.html.erb +++ b/app/components/sales_log_summary_component.html.erb @@ -24,7 +24,7 @@ Sale completed <% end %>

- <% if current_user.support? || current_user.organisation.has_managing_agents? %> + <% if current_user.support? || current_user.organisation.has_managing_agents? || current_user.organisation.has_recent_absorbed_organisations? %>