*** empty log message ***

This commit is contained in:
Rodolphe Quiedeville 2002-06-18 22:23:44 +00:00
parent 56f1f58c2b
commit 64227330c3
3 changed files with 4 additions and 2 deletions

View File

@ -50,6 +50,8 @@ function llxHeader($head = "") {
$menu->add("tva/index.php3","TVA");
$menu->add("resultat/","Résultats");
$menu->add("/compta/propal.php3","Propales");
$menu->add("bank/index.php3","Bank");

View File

@ -35,7 +35,7 @@ llxHeader();
$db = new Db();
print_barre_liste("Factures",$page,$PHP_SELF);
print_titre("Résultat $year");
print "<TABLE border=\"0\" width=\"100%\" cellspacing=\"0\" cellpadding=\"4\">";

View File

@ -40,7 +40,7 @@ function llxHeader($head = "") {
$menu->add("/compta/tva/index.php3","TVA");
$menu->add("resultat/","Résultats");
$menu->add("index.php3","Résultats");
/*
* A automatiser
*/