Details
Description
When registering for another person CiviCRM should not ask for number of registrants including self. This happens currently on line 82 of Registration.tpl
The code should be changed to be
{$form.additional_participants.html}
{if $contact_id || $contact_id == NULL}(
{ts}including yourself
{/ts})
{/if}<br />
Thanks,
Steve