Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Duplicate
-
Affects Version/s: 4.6.2
-
Fix Version/s: 4.6.3
-
Component/s: CiviPledge
-
Labels:None
-
Documentation Required?:None
Description
I have fixed the bug, here is a diff of CRM/Pledge/BAO/Query.php
397a398,406
>
> case 'pledge_contact_id':
> $query->_where[$grouping][] = CRM_Contact_BAO_Query::buildClause("civicrm_pledge.contact_id",
> $op,
> $value,
> "Integer"
> );
> $query->_tables['civicrm_pledge'] = $query->whereTables['civicrm_pledge'] = 1;
> return;