Fix: Mois sur titre rapport paiements

This commit is contained in:
Laurent Destailleur 2007-11-08 23:18:48 +00:00
parent e8917c150b
commit c77515a8a4
2 changed files with 2 additions and 4 deletions

View File

@ -1,6 +1,6 @@
<?php
/* Copyright (C) 2003-2006 Rodolphe Quiedeville <rodolphe@quiedeville.org>
* Copyright (C) 2004-2006 Laurent Destailleur <eldy@users.sourceforge.net>
* Copyright (C) 2004-2007 Laurent Destailleur <eldy@users.sourceforge.net>
*
* 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
@ -17,7 +17,6 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
* $Id$
* $Source$
*/
/**

View File

@ -18,7 +18,6 @@
* or see http://www.gnu.org/
*
* $Id$
* $Source$
*/
/**
@ -75,7 +74,7 @@ class pdf_paiement extends FPDF
{
global $langs;
$title=$this->description.' - '.dolibarr_print_date(mktime($this->year,0,0,$this->month),"%B %Y");
$title=$this->description.' - '.dolibarr_print_date(dolibarr_mktime(0,0,0,$this->month,1,$this->year),"%B %Y");
$pdf->SetFont('Arial','B',12);
$pdf->Text(76, 10, $title);