Merge branch 'ticket-blockOrderSummary' into develop
This commit is contained in:
commit
b2658bb5db
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user