[#5] Add membership type configuration option in profile

This commit is contained in:
Jens Schuppe 2019-08-07 11:34:07 +02:00
parent 4537ac540a
commit 341a0f0e32
3 changed files with 37 additions and 0 deletions

View file

@ -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>