From b874da9c354324b40edd00b1bd15042cbd36775f Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Sat, 29 Sep 2007 17:22:38 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20bug=20sur=20la=20num=E9rotation=20des=20?= =?UTF-8?q?remises=20de=20ch=E8ques,=20r=E9paration=20provisoire=20!!?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/compta/paiement/cheque/pdf/pdf_blochet.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/compta/paiement/cheque/pdf/pdf_blochet.class.php b/htdocs/compta/paiement/cheque/pdf/pdf_blochet.class.php index 33106f8ec3a..739ae4c7b3d 100644 --- a/htdocs/compta/paiement/cheque/pdf/pdf_blochet.class.php +++ b/htdocs/compta/paiement/cheque/pdf/pdf_blochet.class.php @@ -216,7 +216,7 @@ class BordereauChequeBlochet $month = sprintf("%02d",$month); $year = sprintf("%04d",$year); - $_file = $dir . "bordereau-".$number.".pdf"; + $_file = $dir . "bordereau-00".$number.".pdf"; //Todo: réparation provisoire, ajout de 2 zero // Protection et encryption du pdf if ($conf->global->PDF_SECURITY_ENCRYPTION)