From 6f9094a184ca5285f46508765130c3e39f2770ca Mon Sep 17 00:00:00 2001 From: David Thompson Date: Wed, 1 Oct 2014 11:26:17 -0400 Subject: [PATCH] Remove 'Receipt sent' column from contributions table. * templates/CRM/Memberdashboard/Page/Element/CiviContribute.tpl: Remove column. --- templates/CRM/Memberdashboard/Page/Element/CiviContribute.tpl | 4 ---- 1 file changed, 4 deletions(-) diff --git a/templates/CRM/Memberdashboard/Page/Element/CiviContribute.tpl b/templates/CRM/Memberdashboard/Page/Element/CiviContribute.tpl index 2c51618..8ef442f 100644 --- a/templates/CRM/Memberdashboard/Page/Element/CiviContribute.tpl +++ b/templates/CRM/Memberdashboard/Page/Element/CiviContribute.tpl @@ -32,7 +32,6 @@ {ts}Total Amount{/ts} {ts}Financial Type{/ts} {ts}Received date{/ts} - {ts}Receipt Sent{/ts} {ts}Status{/ts} @@ -45,7 +44,6 @@ {$row.financial_type} {$row.receive_date|truncate:10:''|crmDate} - {$row.receipt_date|truncate:10:''|crmDate} {$row.contribution_status} {/foreach} @@ -75,7 +73,6 @@ {ts}Type{/ts} {ts}Financial Type{/ts} {ts}Received date{/ts} - {ts}Receipt Sent{/ts} {ts}Status{/ts} {foreach from=$honorRows item=row} @@ -85,7 +82,6 @@ {$row.honor_type} {$row.type} {$row.receive_date|truncate:10:''|crmDate} - {$row.receipt_date|truncate:10:''|crmDate} {$row.contribution_status} {/foreach} -- 2.25.1