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
|
@ -185,6 +185,11 @@
|
|||
<td class="content">{$form.campaign.html}</td>
|
||||
</tr>
|
||||
|
||||
<tr class="crm-section">
|
||||
<td class="label">{$form.membership_type_id.label}</td>
|
||||
<td class="content">{$form.membership_type_id.html}</td>
|
||||
</tr>
|
||||
|
||||
<tr class="crm-section">
|
||||
<td class="label">{$form.contribution_source.label}</td>
|
||||
<td class="content">{$form.contribution_source.html}</td>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue