From f8c907d79eb5785fd204b902f3b5cacd3facb19c Mon Sep 17 00:00:00 2001 From: Manuel Raynaud Date: Tue, 10 Sep 2013 14:57:56 +0200 Subject: [PATCH] update customer loop in template customer --- templates/admin/default/customers.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/admin/default/customers.html b/templates/admin/default/customers.html index 923941c4e..ea498f72c 100644 --- a/templates/admin/default/customers.html +++ b/templates/admin/default/customers.html @@ -59,7 +59,7 @@ - {loop name="customer_list" type="customer" visible="*" last_order="1" backend_context="1" page={$customer_page} limit={$display_customer}} + {loop name="customer_list" type="customer" current="false" visible="*" last_order="1" backend_context="1" page={$customer_page} limit={$display_customer}} {#REF}