Modif lien des paiements

This commit is contained in:
Rodolphe Quiedeville 2004-02-09 14:15:38 +00:00
parent 526206e061
commit 73a8f9abbd

View File

@ -40,7 +40,7 @@ function llxHeader($head = "", $title="") {
}
$menu->add(DOL_URL_ROOT."/compta/facture.php","Factures");
$menu->add_submenu(DOL_URL_ROOT."/compta/paiement/index.php","Paiements");
$menu->add_submenu(DOL_URL_ROOT."/compta/paiement/liste.php","Paiements");
$menu->add_submenu(DOL_URL_ROOT."/compta/facture/fiche-rec.php","Récurrentes");
$menu->add_submenu(DOL_URL_ROOT."/compta/facture/stats/","Statistiques");