mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-08 00:52:01 +01:00
Conditionnement de compta->enabled avec comptaexpert->enabled
Simplification du code pour gestion des codes compta (prparation module compta expert)
This commit is contained in:
@@ -103,7 +103,7 @@ if ($_GET["id"] > 0)
|
||||
$h++;
|
||||
}
|
||||
|
||||
if ($conf->compta->enabled)
|
||||
if ($conf->compta->enabled || $conf->comptaexpert->enabled)
|
||||
{
|
||||
$head[$h][0] = DOL_URL_ROOT.'/compta/commande/fiche.php?id='.$commande->id;
|
||||
$head[$h][1] = $langs->trans("ComptaCard");
|
||||
|
||||
Reference in New Issue
Block a user