Skip to content
Snippets Groups Projects
Unverified Commit 085d8bc5 authored by Seamus Lee's avatar Seamus Lee Committed by GitHub
Browse files

Merge pull request #13374 from cividesk/dev-627

correct syntax "IS NOT NULL" to get pledge payment count
parents 1db1a432 b6e6c7bc
Branches
Tags
No related merge requests found
......@@ -1145,7 +1145,7 @@ SELECT pledge.contact_id as contact_id,
return civicrm_api3('pledge_payment', 'getcount', array(
'pledge_id' => $pledgeID,
'contribution_id' => array('NOT NULL' => TRUE),
'contribution_id' => array('IS NOT NULL' => TRUE),
));
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment