diff --git a/app/helpers/tasklist_helper.rb b/app/helpers/tasklist_helper.rb index 631f4d315..7064c76f7 100644 --- a/app/helpers/tasklist_helper.rb +++ b/app/helpers/tasklist_helper.rb @@ -7,7 +7,7 @@ module TasklistHelper def breadcrumb_logs_title(log, current_user) log_type = log.lettings? ? "Lettings" : "Sales" if current_user.support? && breadcrumb_organisation(log).present? - "#{log_type} logs (#{breadcrumb_organisation(log).name})" + "#{log_type} logs (#{breadcrumb_organisation(log).name(date: log.startdate)})" else "#{log_type} logs" end