From a203e94ce83a28713f6a0a8e3d36cedd1c34eb01 Mon Sep 17 00:00:00 2001 From: vAugagneur Date: Tue, 28 Aug 2012 08:48:21 +0000 Subject: [PATCH] [-] FO : fixed bug #PSCFV-3784 - fixed display bug in dateofdelivery and order history git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@17041 b9a71923-0436-4b27-9f14-aed3839534dd --- modules/dateofdelivery/orderDetail.tpl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/dateofdelivery/orderDetail.tpl b/modules/dateofdelivery/orderDetail.tpl index c975414ed..efe411c19 100644 --- a/modules/dateofdelivery/orderDetail.tpl +++ b/modules/dateofdelivery/orderDetail.tpl @@ -23,8 +23,7 @@ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) * International Registered Trademark & Property of PrestaShop SA *} - {if $datesDelivery|count} -

{l s='Approximate date of delivery is between %1$s and %2$s' sprintf=[$datesDelivery.0, $datesDelivery.1] mod='dateofdelivery'} *

+

{l s='Approximate date of delivery is between %1$s and %2$s' sprintf=[$datesDelivery.0.0, $datesDelivery.1.0] mod='dateofdelivery'} *

* {l s='with direct payment methods (e.g. credit card)' mod='dateofdelivery'}

{/if} \ No newline at end of file