Note this is a subset of https://github.com/civicrm/civicrm-core/pull/9421/commits/
c6ba3ef7253b4b27ac69f70d71b6a78d3475b635
It re-instates the display of the word recurring, but leaves out the extra column
for recurring & sortability based on that. This is mostly because I wanted to get the
PR resolved & merged & hence left out the stuff that did not
seem like I had a consensus on. However, I do think the loss
of sortability on recurring is a shame & hence kept a link to the
commit if anyone wants to revisit
'product_name' => 1,
'currency' => 1,
'cancel_date' => 1,
+ 'contribution_recur_id' => 1,
);
if (self::isSoftCreditOptionEnabled()) {
$properties = array_merge($properties, self::softCreditReturnProperties());
*/
/**
- *
* @package CRM
* @copyright CiviCRM LLC (c) 2004-2017
*/
public function __construct($title = NULL, $action = CRM_Core_Action::NONE, $modal = TRUE) {
parent::__construct($title, $modal);
-
$this->_stateMachine = new CRM_Contribute_StateMachine_Search($this, $action);
-
- // create and instantiate the pages
$this->addPages($this->_stateMachine, $action);
-
- // add all the actions
- $config = CRM_Core_Config::singleton();
$this->addActions();
}
*/
/**
- *
* @package CRM
* @copyright CiviCRM LLC (c) 2004-2017
*/
/**
- * This class is used to retrieve and display a range of
- * contacts that match the given criteria (specifically for
- * results of advanced search options.
- *
+ * Class to render contribution search results.
*/
class CRM_Contribute_Selector_Search extends CRM_Core_Selector_Base implements CRM_Core_Selector_API {
/**
- * This defines two actions- View and Edit.
+ * Array of action links.
*
* @var array
*/
</a>
{/if}
{if $row.amount_level }<br/>({$row.amount_level}){/if}
- {if $row.contribution_recur_id}<br/>{ts}(Recurring Contribution){/ts}{/if}
+ {if $row.contribution_recur_id}<br/>{ts}(Recurring){/ts}{/if}
</td>
{if $softCreditColumns}
<td class="right bold crm-contribution-soft_credit_amount">