Skip to content

Commit

Permalink
Event Cart: fix start_date formatting in line items during checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
mlutfy committed May 1, 2019
1 parent ee22e17 commit 98d4bc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/CRM/Event/Cart/Form/Checkout/Payment.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
{foreach from=$line_items item=line_item}
<tr class="event-line-item {$line_item.class}">
<td class="event-title">
{$line_item.event->title} ({$line_item.event->start_date})
{$line_item.event->title} ({$line_item.event->start_date|crmDate})
</td>
<td class="participants-column">
{$line_item.num_participants}<br/>
Expand Down

0 comments on commit 98d4bc4

Please sign in to comment.