From: Karin Gerritsen Date: Thu, 26 Mar 2015 14:54:16 +0000 (-0600) Subject: Fixes typo in class X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=2351c82a1131fa59698c29b30f7de7530329e112;p=civicrm-core.git Fixes typo in class --- diff --git a/templates/CRM/Event/Form/Selector.tpl b/templates/CRM/Event/Form/Selector.tpl index c62bb03639..3544a95814 100644 --- a/templates/CRM/Event/Form/Selector.tpl +++ b/templates/CRM/Event/Form/Selector.tpl @@ -73,7 +73,7 @@ {else} {if !$row.paid && !$row.participant_fee_level} {ts}(no fee){/ts}{else} {$row.participant_fee_level}{/if} {/if} - {$row.participant_fee_amount|crmMoney:$row.participant_fee_currency} + {$row.participant_fee_amount|crmMoney:$row.participant_fee_currency} {$row.participant_register_date|truncate:10:''|crmDate} {$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"}