reorder the {module_include location='customer_list_header'} in the template customers after firstname and lastname like the body of the table

add {module_include location='customer_list_header'} in the template search.html because there was only the line
{module_include location='customer_list_row'} in the body of the table
This commit is contained in:
Guillaume Barral
2014-05-09 14:40:18 +02:00
parent cac067ebb4
commit 86ab5fa368
2 changed files with 4 additions and 2 deletions

View File

@@ -43,6 +43,8 @@
{intl l="firstname & lastname"}
</th>
{module_include location='customer_list_header'}
<th>
{intl l="last order"}
</th>