From 480678b81a6aadb2fc5dcd5aee6b7bbe0ec9e2d8 Mon Sep 17 00:00:00 2001 From: vAugagneur Date: Mon, 12 Sep 2011 12:35:29 +0000 Subject: [PATCH] [-] FO : fixed small js error git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@8494 b9a71923-0436-4b27-9f14-aed3839534dd --- themes/prestashop/order-follow.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/prestashop/order-follow.tpl b/themes/prestashop/order-follow.tpl index a677100ce..22092065e 100644 --- a/themes/prestashop/order-follow.tpl +++ b/themes/prestashop/order-follow.tpl @@ -50,8 +50,8 @@ {foreach from=$ordersReturn item=return name=myLoop} - {l s='#'}{$return.id_order_return|string_format:"%06d"} - {l s='#'}{$return.id_order|string_format:"%06d"} + {l s='#'}{$return.id_order_return|string_format:"%06d"} + {l s='#'}{$return.id_order|string_format:"%06d"} {$return.state_name|escape:'htmlall':'UTF-8'} {dateFormat date=$return.date_add full=0}