Skip to content
Snippets Groups Projects
Unverified Commit aa31a7a0 authored by eileen's avatar eileen :8ball: Committed by GitHub
Browse files

Merge pull request #13257 from vinuvarshith/BASW-316-unable-to-mark-price-set-as-inactive

Unable to mark price set field as inactive
parents d9e8af2b 45fb4f6c
No related branches found
No related tags found
No related merge requests found
......@@ -666,7 +666,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 => 1);
}
if ($this->_fid) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment