mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-08 00:52:01 +01:00
Fix: enlever le filtre catgorie si le module n'est pas actif
This commit is contained in:
@@ -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>';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user