Skip to content
Snippets Groups Projects
Commit 45fb4f6c authored by varshith's avatar varshith
Browse files

Remove Unwanted 'is_active' Param That Causes Issues On Save

parent b4d78ede
Branches
Tags
No related merge requests found
......@@ -689,7 +689,6 @@ class CRM_Price_Form_Field extends CRM_Core_Form {
$params['option_weight'] = array(1 => $params['weight']);
$params['option_financial_type_id'] = array(1 => $params['financial_type_id']);
$params['option_visibility_id'] = array(1 => CRM_Utils_Array::value('visibility_id', $params));
$params['is_active'] = array(1 => $params['is_active']);
}
if ($this->_fid) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment