From 8cbef45734b7b47218c1cdf48327d8399cad559e Mon Sep 17 00:00:00 2001 From: eileenmcnaugton Date: Tue, 25 Aug 2015 10:32:36 +1200 Subject: [PATCH] CRM-17077 pledge form undeifined constant --- CRM/Pledge/Form/Pledge.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Pledge/Form/Pledge.php b/CRM/Pledge/Form/Pledge.php index 7b3d66da80..1a91a6a55e 100644 --- a/CRM/Pledge/Form/Pledge.php +++ b/CRM/Pledge/Form/Pledge.php @@ -115,7 +115,7 @@ class CRM_Pledge_Form_Pledge extends CRM_Core_Form { $params = array('id' => $this->_id); CRM_Pledge_BAO_Pledge::getValues($params, $this->_values); - $this->_isPending = (CRM_Pledge_BAO_Pledge::pledgeHasFinancialTransactions($this->_id, CRM_Utils_Array::value('status_id', $this->_values))) ? FALSE : T; + $this->_isPending = (CRM_Pledge_BAO_Pledge::pledgeHasFinancialTransactions($this->_id, CRM_Utils_Array::value('status_id', $this->_values))) ? FALSE : TRUE; } //get the pledge frequency units. -- 2.25.1