Add the payment processor to the details on the list of recurs
authorMatthew Wire <mjw@mjwconsult.co.uk>
Mon, 27 Apr 2020 23:05:59 +0000 (00:05 +0100)
committerMatthew Wire <mjw@mjwconsult.co.uk>
Tue, 26 May 2020 11:29:11 +0000 (12:29 +0100)
templates/CRM/Contribute/Page/ContributionRecurSelector.tpl

index fbb678e7988a6024d3f1ce513537f7c3946e6ffb..ff7b972a45c561f83def97ac6074eb9c25cb77fd 100644 (file)
@@ -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>