Merge branch 'ticket-blockOrderSummary' into develop

This commit is contained in:
Marion Muszynski 2016-07-15 12:50:02 +02:00
commit b2658bb5db

View File

@ -20,7 +20,7 @@
<h5>{l s='Delivery delays' mod='blockordersummary'}</h5>
<p class="delivery-delay">{$delay_name}</p>
{if isset($delivery_date)}
{foreach from=delivery_date item=date}
{foreach from=$delivery_date item=date}
<p class="delivery-date">
{l s='Date de réception prévue entre le'} <strong>{$date.date_start|date_format:'%d/%m/%Y'}</strong> {l s='et le'} <strong>{$date.date_end|date_format:'%d/%m/%Y'}</strong>
</p>