Skip to content

Commit

Permalink
Merge pull request #17179 from mattwire/addpaymentprocessortorecurlist
Browse files Browse the repository at this point in the history
Add payment processor to details on list of recurring contributions
  • Loading branch information
eileenmcnaughton authored Jun 8, 2020
2 parents 4229989 + 9cfd880 commit e41db8b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/CRM/Contribute/Page/ContributionRecurSelector.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<th scope="col">{ts}Frequency{/ts}</th>
<th scope="col">{ts}Start Date{/ts}</th>
<th scope="col">{ts}Installments{/ts}</th>
<th scope="col">{ts}Payment Processor{/ts}</th>
<th scope="col">{ts}Status{/ts}</th>
<th scope="col"></th>
</tr>
Expand All @@ -25,6 +26,7 @@
<td>{ts}Every{/ts} {$row.frequency_interval} {$row.frequency_unit} </td>
<td>{$row.start_date|crmDate}</td>
<td>{$row.installments}</td>
<td>{$row.payment_processor}</td>
<td>{$row.contribution_status}</td>
<td>{$row.action|replace:'xx':$row.recurId}</td>
</tr>
Expand Down

0 comments on commit e41db8b

Please sign in to comment.