Allow contributions be assigned to a configured campaign per profile.

This commit is contained in:
Jens Schuppe 2019-01-21 11:19:49 +01:00
parent 336870c38e
commit 5ce76eae5f
4 changed files with 38 additions and 1 deletions

View file

@ -102,6 +102,11 @@
<td class="content">{$form.donation_receipt_groups.html}</td>
</tr>
<tr class="crm-section">
<td class="label">{$form.campaign.label}</td>
<td class="content">{$form.campaign.html}</td>
</tr>
</table>
</fieldset>