From fc8edfbfecc5ee5dc6fa198cc7bc13816a2dbf59 Mon Sep 17 00:00:00 2001 From: yashodha Date: Thu, 8 Oct 2015 19:23:28 +0530 Subject: [PATCH] CRM-17351: remove whitespace ---------------------------------------- * CRM-17351: Unable to mark price set field as inactive https://issues.civicrm.org/jira/browse/CRM-17351 --- CRM/Price/Form/Field.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Price/Form/Field.php b/CRM/Price/Form/Field.php index 55958245cb..06552bc210 100644 --- a/CRM/Price/Form/Field.php +++ b/CRM/Price/Form/Field.php @@ -108,7 +108,7 @@ class CRM_Price_Form_Field extends CRM_Core_Form { // if text, retrieve price if ($defaults['html_type'] == 'Text') { - $isActive = $defaults['is_active']; + $isActive = $defaults['is_active']; $valueParams = array('price_field_id' => $this->_fid); CRM_Price_BAO_PriceFieldValue::retrieve($valueParams, $defaults); -- 2.25.1