From 2524b6eefe98616e76e337b867afe0408c233b28 Mon Sep 17 00:00:00 2001 From: yashodha Date: Thu, 8 Oct 2015 12:14:18 +0530 Subject: [PATCH] CRM-17351: Unable to mark price set field as inactive ---------------------------------------- * CRM-17351: Unable to mark price set field as inactive https://issues.civicrm.org/jira/browse/CRM-17351 --- CRM/Price/Form/Field.php | 1 - 1 file changed, 1 deletion(-) diff --git a/CRM/Price/Form/Field.php b/CRM/Price/Form/Field.php index 1e2aa8f4a6..6daeb86f25 100644 --- a/CRM/Price/Form/Field.php +++ b/CRM/Price/Form/Field.php @@ -647,7 +647,6 @@ class CRM_Price_Form_Field extends CRM_Core_Form { //$params['option_description'] = array( 1 => $params['description'] ); $params['option_weight'] = array(1 => $params['weight']); $params['option_financial_type_id'] = array(1 => $params['financial_type_id']); - $params['is_active'] = array(1 => 1); } if ($this->_fid) { -- 2.25.1