Remove 'Receipt sent' column from contributions table.
authorDavid Thompson <davet@gnu.org>
Wed, 1 Oct 2014 15:26:17 +0000 (11:26 -0400)
committerDavid Thompson <davet@gnu.org>
Wed, 1 Oct 2014 15:26:17 +0000 (11:26 -0400)
* templates/CRM/Memberdashboard/Page/Element/CiviContribute.tpl: Remove column.

templates/CRM/Memberdashboard/Page/Element/CiviContribute.tpl

index 2c516180748036e871ba131f5b4fda120148018e..8ef442f59080e5b6ec85d5fc65ecfacebf884ac7 100644 (file)
@@ -32,7 +32,6 @@
                 <th>{ts}Total Amount{/ts}</th>
                 <th>{ts}Financial Type{/ts}</th>
                 <th>{ts}Received date{/ts}</th>
-                <th>{ts}Receipt Sent{/ts}</th>
                 <th>{ts}Status{/ts}</th>
             </tr>
 
@@ -45,7 +44,6 @@
                     </td>
                     <td>{$row.financial_type}</td>
                     <td>{$row.receive_date|truncate:10:''|crmDate}</td>
-                    <td>{$row.receipt_date|truncate:10:''|crmDate}</td>
                     <td>{$row.contribution_status}</td>
                 </tr>
             {/foreach}
@@ -75,7 +73,6 @@
                     <th>{ts}Type{/ts}</th>
                     <th>{ts}Financial Type{/ts}</th>
                     <th>{ts}Received date{/ts}</th>
-                    <th>{ts}Receipt Sent{/ts}</th>
                     <th>{ts}Status{/ts}</th>
                 </tr>
                 {foreach from=$honorRows item=row}
@@ -85,7 +82,6 @@
                         <td>{$row.honor_type}</td>
                         <td>{$row.type}</td>
                         <td>{$row.receive_date|truncate:10:''|crmDate}</td>
-                        <td>{$row.receipt_date|truncate:10:''|crmDate}</td>
                         <td>{$row.contribution_status}</td>
                     </tr>
                 {/foreach}