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