Merge branch 'dev_5'
[#5] Create membership with configurable membership type
This commit is contained in:
commit
a7bcd118cc
4 changed files with 63 additions and 2 deletions
|
@ -207,6 +207,7 @@ class CRM_Twingle_Profile {
|
|||
'campaign',
|
||||
'contribution_source',
|
||||
'custom_field_mapping',
|
||||
'membership_type_id',
|
||||
);
|
||||
}
|
||||
|
||||
|
@ -267,6 +268,7 @@ class CRM_Twingle_Profile {
|
|||
'campaign' => NULL,
|
||||
'contribution_source' => NULL,
|
||||
'custom_field_mapping' => NULL,
|
||||
'membership_type_id' => NULL,
|
||||
));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue