diff --git a/htdocs/compta/dons/pre.inc.php b/htdocs/compta/dons/pre.inc.php index 00070b504d3..006686a7cdc 100644 --- a/htdocs/compta/dons/pre.inc.php +++ b/htdocs/compta/dons/pre.inc.php @@ -1,5 +1,5 @@ +/* Copyright (C) 2001-2003 Rodolphe Quiedeville * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -42,6 +42,7 @@ function llxHeader($head = "") { $menu->add("/compta/dons/","Dons"); $menu->add_submenu("fiche.php?action=create","Saisir un don"); $menu->add_submenu("liste.php","Liste complète"); + $menu->add_submenu("stats.php","Stats"); $menu->add("/compta/bank/index.php3","Bank");