From c9b44664d4f806fa81ff12746885d01e1b8382ec Mon Sep 17 00:00:00 2001 From: mDeflotte Date: Wed, 18 Apr 2012 12:01:08 +0000 Subject: [PATCH] // Fix little bug --- .../themes/default/template/controllers/orders/_documents.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin-dev/themes/default/template/controllers/orders/_documents.tpl b/admin-dev/themes/default/template/controllers/orders/_documents.tpl index 29bddbbfa..e6d432fe5 100644 --- a/admin-dev/themes/default/template/controllers/orders/_documents.tpl +++ b/admin-dev/themes/default/template/controllers/orders/_documents.tpl @@ -122,7 +122,7 @@

{l s='No document is available'}

- {if $invoice_management_active} + {if isset($invoice_management_active) && $invoice_management_active}

{l s='Generate invoice'}

{/if}