Details
-
Type: Improvement
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Fixed/Completed
-
Affects Version/s: 3.2.5
-
Fix Version/s: 3.4.0
-
Component/s: CiviPledge
-
Labels:None
Description
When doing a 'GET' query on pledge object it can't differentiate between the contribution_type_id field in the contribution table & the pledge table
$query = new CRM_Contact_BAO_Query( $newParams, $returnProperties, null );
Need to add unique name to civicrm_pledge.contribution_type_id in schema