diff --git a/htdocs/compta/index.php b/htdocs/compta/index.php index 3436c0393bb..6aec18e1562 100644 --- a/htdocs/compta/index.php +++ b/htdocs/compta/index.php @@ -76,18 +76,6 @@ print 'Rechercher une facture'; print ""; print 'Num. :  '; print ""; -/* - * - */ -print '
'; diff --git a/htdocs/compta/pre.inc.php b/htdocs/compta/pre.inc.php index eee0cfed3a2..756d5054975 100644 --- a/htdocs/compta/pre.inc.php +++ b/htdocs/compta/pre.inc.php @@ -44,20 +44,22 @@ function llxHeader($head = "", $title="") { $menu->add_submenu(DOL_URL_ROOT."/compta/facture/fiche-rec.php","Récurrentes"); $menu->add_submenu(DOL_URL_ROOT."/compta/facture/stats/","Statistiques"); - if ($user->comm > 0 && $conf->commercial && MAIN_MODULE_PROPALE) + if ($user->comm > 0 && $conf->commercial && $conf->propale->enabled) { $menu->add(DOL_URL_ROOT."/compta/propal.php","Prop. commerciales"); } $menu->add(DOL_URL_ROOT."/contrat/","Contrats"); + $menu->add("stats/","CA / Résultats"); - $menu->add("stats/","Chiffre d'affaire"); + $menu->add("bank/","Banques"); if ($conf->compta->tva && $user->societe_id == 0) { $menu->add("tva/index.php","TVA"); } + $menu->add("charges/index.php","Charges"); if ($user->societe_id == 0) {