From 9d3f3d187696eb5da8726c0e501ec526722ebdf6 Mon Sep 17 00:00:00 2001 From: Damien Metzger Date: Wed, 23 Oct 2013 09:32:48 +0200 Subject: [PATCH] // Fixed warning in admin customer tpl --- .../template/controllers/customers/helpers/view/view.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin-dev/themes/default/template/controllers/customers/helpers/view/view.tpl b/admin-dev/themes/default/template/controllers/customers/helpers/view/view.tpl index 4fc060f9d..1b668bd1b 100644 --- a/admin-dev/themes/default/template/controllers/customers/helpers/view/view.tpl +++ b/admin-dev/themes/default/template/controllers/customers/helpers/view/view.tpl @@ -295,7 +295,7 @@ {foreach $carts AS $key => $cart} {$cart['id_cart']} - {dateFormat date=$order['date_add'] full=0} + {dateFormat date=$cart['date_upd'] full=0} {$cart['name']} {$cart['total_price']}