Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Minor
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.4.4
-
Fix Version/s: 4.5
-
Component/s: CiviContribute
-
Labels:None
Description
When an offline donation is received and entered via Contribution > New Contribution, the "credit this contribution to a personal campaign page" link only functions for Contribution PCPs. Event PCPs are unavailable in the AJAX list.
This is because the code in CRM_Contact_Page_AJAX::getPCPList() always joins civicrm_pcp to civicrm_contribution_page instead of using one of civicrm_contribution_page or civicrm_event depending on the PCP type.
Attachments
Issue Links
- provides patch for
-
CRM-17196 Cannot search for pages to credit contribution to PCP
- Done/Fixed