Skip to content

Commit

Permalink
Merge pull request #15543 from MegaphoneJon/reporting-22
Browse files Browse the repository at this point in the history
fix 'balance due' on Pledge Detail for non-US installs
  • Loading branch information
eileenmcnaughton authored Oct 18, 2019
2 parents cb88687 + 5824106 commit c201f18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CRM/Report/Form/Pledge/Detail.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit c201f18

Please sign in to comment.