CRM-17718 allow campaign id to be updated from contribution recur form
[civicrm-core.git] / templates / CRM / Contribute / Form / UpdateSubscription.tpl
index c43a9a2a98519ebf7971ad1b091b749cb2f99b02..35a7ec926bb99e84df28401eb7d2621a69263bcb 100644 (file)
@@ -39,6 +39,7 @@
           <span class="description">{ts}Total number of payments to be made. Set this to 0 if this is an open-ended commitment i.e. no set end date.{/ts}</span></td></tr>
     {if !$self_service}
     <tr><td class="label">{$form.is_notify.label}</td><td>{$form.is_notify.html}</td></tr>
+    <tr><td class="label">{$form.campaign_id.label}</td><td>{$form.campaign_id.html}</td></tr>
     {/if}
 
     {* Currently changes to interval, unit and cycle day are not supported. *}