Skip to content
Snippets Groups Projects
Commit eea6f5de authored by Kurund Jalmi's avatar Kurund Jalmi
Browse files

fixed membership status select for search builder

parent 4121e1c2
Branches
Tags
No related merge requests found
......@@ -149,6 +149,7 @@ function _civicrm_api3_membership_create_spec(&$params) {
$params['membership_type_id']['api.required'] = 1;
$params['is_test']['api.default'] = 0;
$params['membership_type_id']['api.aliases'] = array('membership_type');
$params['status_id']['api.aliases'] = array('membership_status');
$params['skipStatusCal'] = array(
'title' => 'Skip status calculation. By default this is 0 if id is not set and 1 if it is set.'
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment