From 0ee5e91095c317f9b533cb19e7fe0023aea052e9 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 5 Jul 2007 14:05:27 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20Ajout=20ann=E9e=20sur=20rapport?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/includes/modules/rapport/pdf_paiement.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/includes/modules/rapport/pdf_paiement.class.php b/htdocs/includes/modules/rapport/pdf_paiement.class.php index 6d98237a674..60a164c286f 100644 --- a/htdocs/includes/modules/rapport/pdf_paiement.class.php +++ b/htdocs/includes/modules/rapport/pdf_paiement.class.php @@ -1,6 +1,6 @@ - * Copyright (C) 2006 Laurent Destailleur + * Copyright (C) 2006-2007 Laurent Destailleur * * 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 @@ -66,7 +66,7 @@ class pdf_paiement { global $langs; - $title=$this->description.' - '.dolibarr_print_date(mktime(0,0,0,$this->month),"%B"); + $title=$this->description.' - '.dolibarr_print_date(mktime($this->year,0,0,$this->month),"%B %Y"); $pdf->SetFont('Arial','B',12); $pdf->Text(76, 10, $title);