remove company column in customer list
This commit is contained in:
@@ -44,10 +44,6 @@
|
|||||||
{intl l="customer ref"}
|
{intl l="customer ref"}
|
||||||
</th>
|
</th>
|
||||||
|
|
||||||
<th class="object-title">
|
|
||||||
{intl l="company"}
|
|
||||||
</th>
|
|
||||||
|
|
||||||
{module_include location='category_list_header'}
|
{module_include location='category_list_header'}
|
||||||
|
|
||||||
<th>
|
<th>
|
||||||
@@ -81,10 +77,6 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td><a href="{url path="/admin/customer/update/{$ID}"}">{$REF}</a></td>
|
<td><a href="{url path="/admin/customer/update/{$ID}"}">{$REF}</a></td>
|
||||||
|
|
||||||
<td>
|
|
||||||
{$COMPANY}
|
|
||||||
</td>
|
|
||||||
|
|
||||||
<td class="object-title">
|
<td class="object-title">
|
||||||
{$FIRSTNAME} {$LASTNAME}
|
{$FIRSTNAME} {$LASTNAME}
|
||||||
</td>
|
</td>
|
||||||
|
|||||||
Reference in New Issue
Block a user