Fixes typo in class
authorKarin Gerritsen <karin@semper-it.com>
Thu, 26 Mar 2015 14:54:16 +0000 (08:54 -0600)
committerKarin Gerritsen <karin@semper-it.com>
Thu, 26 Mar 2015 14:54:16 +0000 (08:54 -0600)
templates/CRM/Event/Form/Selector.tpl

index c62bb03639c964fc17ed4f820c18f821617c50c2..3544a95814db21022fd207050596b7d86b72fe45 100644 (file)
@@ -73,7 +73,7 @@
     {else}
         <td class="crm-participant-participant_fee_level">{if !$row.paid && !$row.participant_fee_level} {ts}(no fee){/ts}{else} {$row.participant_fee_level}{/if}</td>
     {/if}
-    <td class="right nowrap crm-paticipant-participant_fee_amount">{$row.participant_fee_amount|crmMoney:$row.participant_fee_currency}</td>
+    <td class="right nowrap crm-participant-participant_fee_amount">{$row.participant_fee_amount|crmMoney:$row.participant_fee_currency}</td>
     <td class="crm-participant-participant_register_date">{$row.participant_register_date|truncate:10:''|crmDate}</td>
     <td class="crm-participant-event_start_date">{$row.event_start_date|truncate:10:''|crmDate}
         {if $row.event_end_date && $row.event_end_date|date_format:"%Y%m%d" NEQ $row.event_start_date|date_format:"%Y%m%d"}