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);