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}