dev/financial#72 Filter contrib status search selects
authorElliott Eggleston <ejegg@ejegg.com>
Wed, 9 Oct 2019 13:45:55 +0000 (15:45 +0200)
committerElliott Eggleston <ejegg@ejegg.com>
Wed, 9 Oct 2019 17:33:05 +0000 (19:33 +0200)
commitc0aaecf9480d0fc270319f23d9693119bf8afa94
tree7497333b9a694070bf5ba71710aedf3226c4d31e
parent7908601fd521170d9cea73d15be19530aed373ff
dev/financial#72 Filter contrib status search selects

Replacing pseudoConstant calls with BAO buildOptions in 'search'
context.

This commit is only intended to touch places where we are building
a list of options to offer to the user, not places where we are
displaying results.

In practice this doesn't remove any currently available statuses,
but now we can filter our the proposed 'Template' status.
18 files changed:
CRM/Contribute/BAO/ContributionRecur.php
CRM/Contribute/BAO/Query.php
CRM/Report/Form/Contribute/Bookkeeping.php
CRM/Report/Form/Contribute/Detail.php
CRM/Report/Form/Contribute/History.php
CRM/Report/Form/Contribute/HouseholdSummary.php
CRM/Report/Form/Contribute/Lybunt.php
CRM/Report/Form/Contribute/OrganizationSummary.php
CRM/Report/Form/Contribute/Recur.php
CRM/Report/Form/Contribute/Repeat.php
CRM/Report/Form/Contribute/SoftCredit.php
CRM/Report/Form/Contribute/Summary.php
CRM/Report/Form/Contribute/Sybunt.php
CRM/Report/Form/Contribute/TopDonor.php
CRM/Report/Form/Event/ParticipantListing.php
CRM/Report/Form/Member/ContributionDetail.php
CRM/Report/Form/Member/Detail.php
CRM/Report/Form/Member/Summary.php