From: David Thompson Date: Wed, 1 Oct 2014 15:26:17 +0000 (-0400) Subject: Remove 'Receipt sent' column from contributions table. X-Git-Tag: v0.1~59 X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=6f9094a184ca5285f46508765130c3e39f2770ca;p=org.fsf.memberdashboard.git Remove 'Receipt sent' column from contributions table. * templates/CRM/Memberdashboard/Page/Element/CiviContribute.tpl: Remove column. --- 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}