Fix: enlever le filtre catgorie si le module n'est pas actif
This commit is contained in:
parent
b08f966da0
commit
17dbf80228
@ -355,7 +355,7 @@ if ($id || $ref)
|
||||
print '</td></tr>';
|
||||
print '<tr><td>'.$langs->trans("CategoryFilter");
|
||||
|
||||
if(MAIN_MODULE_CATEGORIE)
|
||||
if($conf->categorie->enabled)
|
||||
{
|
||||
print '</td><td>'.$html->select_all_categories($catMere).'</td></tr>';
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user