Skip to content
Snippets Groups Projects
Unverified Commit 0908f97c authored by mattwire's avatar mattwire Committed by GitHub
Browse files

Merge pull request #14169 from mlutfy/cart-i18n

Event Cart: fix start_date formatting in line items during checkout
parents f6d6e219 98d4bc4c
Branches
Tags
No related merge requests found
......@@ -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/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment