// fixed little bug on AdminTracking

// fixed undefined error
This commit is contained in:
aFolletete
2012-02-02 13:30:51 +00:00
parent b7f23cb3ec
commit 71f7e3f939
2 changed files with 12 additions and 12 deletions
@@ -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>