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)