From 698de1cbba5b9fff2a5afd5e41891e3ec3a99b93 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Mon, 26 Jul 2004 14:17:42 +0000 Subject: [PATCH] Modif register_global --- htdocs/compta/paiement/rapport.php | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/htdocs/compta/paiement/rapport.php b/htdocs/compta/paiement/rapport.php index 6c9e3aa3491..a88ec8d9e43 100644 --- a/htdocs/compta/paiement/rapport.php +++ b/htdocs/compta/paiement/rapport.php @@ -31,6 +31,8 @@ if (!$user->admin && $user->societe_id > 0) +$year = $_GET["year"]; + require("../../includes/modules/rapport/pdf_paiement.class.php"); $dir = DOL_DOCUMENT_ROOT."/document/rapport/"; @@ -50,7 +52,7 @@ llxHeader(); * * */ -print_titre("Rapport paiements"); +print_titre("Rapport paiements (EN COURS DE DEVELOPPEMENT)"); print '
'; print ''; @@ -109,7 +111,7 @@ while (($file = readdir($handle))!==false) { if (is_dir($dir.$file) && substr($file, 0, 1) <> '.') { - print ''.$file.' '; + print ''.$file.' '; } } @@ -118,7 +120,7 @@ if ($year) $handle=opendir($dir.'/'.$year); print ''; - print ''; + print ''; while (($file = readdir($handle))!==false) { if (substr($file, 0, 8) == 'paiement')
RapportTailleDate de génération
RapportTailleDate de génération