From 5cfa2e4bd454ab73251a847f3754e56c8719ef68 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 --- 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}