Fix filter on email template

This commit is contained in:
Laurent Destailleur 2018-04-19 20:17:54 +02:00
parent 1389ce9e48
commit 17dd96ef31

View File

@ -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 '<tr class="oddeven" id="rowid-'.$obj->rowid.'">';