// Fix little bug

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@14727 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
mDeflotte
2012-04-18 12:01:08 +00:00
parent b00a823df1
commit 6c0469aad0
@@ -122,7 +122,7 @@
<tr>
<td colspan="5" class="center">
<h3>{l s='No document is available'}</h3>
{if $invoice_management_active}
{if isset($invoice_management_active) && $invoice_management_active}
<p><a class="button" href="{$currentIndex}&viewOrder&submitGenerateInvoice&id_order={$order->id}&token={$smarty.get.token|escape:'htmlall':'UTF-8'}">{l s='Generate invoice'}</a></p>
{/if}
</td>