Skip to content
Snippets Groups Projects
Unverified Commit c201f181 authored by Eileen McNaughton's avatar Eileen McNaughton Committed by GitHub
Browse files

Merge pull request #15543 from MegaphoneJon/reporting-22

fix 'balance due' on Pledge Detail for non-US installs
parents cb886874 5824106d
Branches
Tags
No related merge requests found
......@@ -69,7 +69,7 @@ class CRM_Report_Form_Pledge_Detail extends CRM_Report_Form {
*/
public function __construct() {
$this->_pledgeStatuses = CRM_Core_OptionGroup::values('pledge_status',
FALSE, FALSE, FALSE, NULL, 'label'
FALSE, FALSE, FALSE, NULL, 'name'
);
$this->_columns = [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment