From 5824106dc53b9dfb8163c31e3447eab5d16702c0 Mon Sep 17 00:00:00 2001 From: Jon Goldberg Date: Fri, 18 Oct 2019 15:35:49 -0400 Subject: [PATCH] fix 'balance due' on Pledge Detail for non-US installs --- CRM/Report/Form/Pledge/Detail.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Report/Form/Pledge/Detail.php b/CRM/Report/Form/Pledge/Detail.php index 2774198c13f..833cc4fcde3 100644 --- a/CRM/Report/Form/Pledge/Detail.php +++ b/CRM/Report/Form/Pledge/Detail.php @@ -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 = [