From: demeritcowboy Date: Fri, 5 May 2023 21:46:19 +0000 (-0400) Subject: remove another unused copy/paste variable X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=f921399c2c8d7804527499dffaac674b46cbb0e1;p=civicrm-core.git remove another unused copy/paste variable --- diff --git a/templates/CRM/Case/Form/Selector.tpl b/templates/CRM/Case/Form/Selector.tpl index ab23f17204..27e8c7384a 100644 --- a/templates/CRM/Case/Form/Selector.tpl +++ b/templates/CRM/Case/Form/Selector.tpl @@ -55,7 +55,7 @@ {$row.case_recent_activity_type}
{$row.case_recent_activity_date|crmDate}{else}---{/if} {if $row.case_scheduled_activity_type} {$row.case_scheduled_activity_type}
{$row.case_scheduled_activity_date|crmDate}{else}---{/if} - {$row.action|replace:'xx':$row.case_id}{$row.moreActions|replace:'xx':$row.case_id} + {$row.action|replace:'xx':$row.case_id} {/foreach} {* Dashboard only lists 10 most recent cases. *}