Allow a "source" for contributions be configured per profile.

This commit is contained in:
Jens Schuppe 2019-01-21 11:24:11 +01:00
parent 5ce76eae5f
commit d28248723b
4 changed files with 17 additions and 0 deletions

View file

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