],
[
'version' => '5.23.alpha1',
- 'upgrade_descriptor' => ts('Add Contributor Name to Offline Contribution receipts'),
+ 'upgrade_descriptor' => ts('Add Contributor Name to Offline Contribution receipts; fix bad event self-service URL'),
'templates' => [
['name' => 'contribution_offline_receipt', 'type' => 'text'],
['name' => 'contribution_offline_receipt', 'type' => 'html'],
+ ['name' => 'participant_confirm', 'type' => 'html'],
],
],
{/if}
{if $event.allow_selfcancelxfer }
{ts}This event allows for{/ts}
- {capture assign=selfService}{crmURL p='civicrm/event/selfsvcupdate' q="reset=1&pid=`$participantID`&{contact.checksum}" h=0 a=1 fe=1}{/capture}
+ {capture assign=selfService}{crmURL p='civicrm/event/selfsvcupdate' q="reset=1&pid=`$participant.id`&{contact.checksum}" h=0 a=1 fe=1}{/capture}
<a href="{$selfService}"> {ts}self service cancel or transfer{/ts}</a>
{/if}