Skip to content

Commit

Permalink
Merge pull request #14169 from mlutfy/cart-i18n
Browse files Browse the repository at this point in the history
Event Cart: fix start_date formatting in line items during checkout
  • Loading branch information
mattwire authored May 1, 2019
2 parents f6d6e21 + 98d4bc4 commit 0908f97
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 0908f97

Please sign in to comment.