Add link on ref to edit customer
This commit is contained in:
@@ -65,7 +65,7 @@
|
|||||||
<tbody>
|
<tbody>
|
||||||
{loop name="customer_list" type="customer" current="false" 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}}
|
||||||
<tr>
|
<tr>
|
||||||
<td>{$REF}</td>
|
<td><a href="{url path="/admin/customer/update/{$ID}" }">{$REF}</a></td>
|
||||||
|
|
||||||
<td>
|
<td>
|
||||||
{$COMPANY}
|
{$COMPANY}
|
||||||
|
|||||||
Reference in New Issue
Block a user