Skip to content
Snippets Groups Projects
Unverified Commit e41db8b7 authored by Eileen McNaughton's avatar Eileen McNaughton Committed by GitHub
Browse files

Merge pull request #17179 from mattwire/addpaymentprocessortorecurlist

Add payment processor to details on list of recurring contributions
parents 4229989c 9cfd8809
Branches
Tags
No related merge requests found
......@@ -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>
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment