Skip to content

Commit

Permalink
Shows also whether a contribution is a test or not.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaapjansma committed Dec 19, 2017
1 parent fd90c49 commit b628841
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
<url desc="Support">http://civicoop.org</url>
<url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
</urls>
<releaseDate>2017-10-30</releaseDate>
<version>1.4</version>
<releaseDate>2017-12-19</releaseDate>
<version>1.5</version>
<develStage>stable</develStage>
<compatibility>
<ver>4.6</ver>
Expand Down
4 changes: 3 additions & 1 deletion templates/CRM/Casecontribution/Page/CaseTab.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@
<br />{ts}(Recurring Contribution){/ts}
{/if}
</td>
<td class="crm-contribution-type crm-contribution-type_{$row.financial_type_id} crm-financial-type crm-financial-type_{$row.financial_type_id}">{$row.financial_type}</td>
<td class="crm-contribution-type crm-contribution-type_{$row.financial_type_id} crm-financial-type crm-financial-type_{$row.financial_type_id} {if $row.is_test}contribution_is_test{/if}">
{$row.financial_type} {if $row.is_test}({ts}test{/ts}){/if}
</td>
<td class="crm-contribution-receive_date">{$row.receive_date|crmDate}</td>
<td class="crm-contribution-status">
{$row.contribution_status}<br />
Expand Down

0 comments on commit b628841

Please sign in to comment.