Fix filter on email template
This commit is contained in:
parent
1389ce9e48
commit
17dd96ef31
@ -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.'">';
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user