From 17dd96ef317007561f28687b92424cbb69863398 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 19 Apr 2018 20:17:54 +0200 Subject: [PATCH] Fix filter on email template --- htdocs/admin/mails_templates.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/htdocs/admin/mails_templates.php b/htdocs/admin/mails_templates.php index 888debef0e0..6abe568b62b 100644 --- a/htdocs/admin/mails_templates.php +++ b/htdocs/admin/mails_templates.php @@ -797,6 +797,8 @@ if ($resql) $i++; continue; // It means this is a type of template not into elementList (may be because enabled condition of this type is false because module is not enabled) } + // TODO Test on 'enabled' + print '';