From 0fd7eeacccb0e16841b0371d29f457957a195550 Mon Sep 17 00:00:00 2001 From: vAugagneur Date: Tue, 16 Oct 2012 17:10:37 +0000 Subject: [PATCH] [-] BO : fixed bug #PSCFV-4674 git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@17882 b9a71923-0436-4b27-9f14-aed3839534dd --- .../themes/default/template/controllers/orders/_shipping.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin-dev/themes/default/template/controllers/orders/_shipping.tpl b/admin-dev/themes/default/template/controllers/orders/_shipping.tpl index c2aa56d31..4e57c6502 100644 --- a/admin-dev/themes/default/template/controllers/orders/_shipping.tpl +++ b/admin-dev/themes/default/template/controllers/orders/_shipping.tpl @@ -44,7 +44,7 @@ {foreach from=$order->getShipping() item=line} - {$line.date_add} + {dateFormat date=$line.date_add full=true} {$line.type} {$line.state_name} {$line.weight|string_format:"%.3f"} {Configuration::get('PS_WEIGHT_UNIT')}