remove company column in customer list

This commit is contained in:
Manuel Raynaud
2013-10-28 12:09:47 +01:00
parent 40a99e6f82
commit 3ac7d97661

View File

@@ -44,10 +44,6 @@
{intl l="customer ref"}
</th>
<th class="object-title">
{intl l="company"}
</th>
{module_include location='category_list_header'}
<th>
@@ -81,10 +77,6 @@
<tr>
<td><a href="{url path="/admin/customer/update/{$ID}"}">{$REF}</a></td>
<td>
{$COMPANY}
</td>
<td class="object-title">
{$FIRSTNAME} {$LASTNAME}
</td>