// fixed little bug on AdminTracking
// fixed undefined error git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12928 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
|
||||
{* Generate HTML code for printing Invoice Icon with link *}
|
||||
<span style="width:20px; margin-right:5px;">
|
||||
{if (($order_state->invoice && $order->invoice_number) && $tr['product_number'])}
|
||||
{if ($order_state->invoice && $order->invoice_number)}
|
||||
<a target="_blank" href="pdf.php?id_order={$order->id}&pdf"><img src="../img/admin/tab-invoice.gif" alt="invoice" /></a>
|
||||
{else}
|
||||
-
|
||||
@@ -40,4 +40,4 @@
|
||||
{else}
|
||||
-
|
||||
{/if}
|
||||
</span>
|
||||
</span>
|
||||
|
||||
Reference in New Issue
Block a user