Fix: bug sur la numérotation des remises de chèques, réparation provisoire !!

This commit is contained in:
Regis Houssin 2007-09-29 17:22:38 +00:00
parent 38ad7184e4
commit b874da9c35

View File

@ -216,7 +216,7 @@ class BordereauChequeBlochet
$month = sprintf("%02d",$month); $month = sprintf("%02d",$month);
$year = sprintf("%04d",$year); $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 // Protection et encryption du pdf
if ($conf->global->PDF_SECURITY_ENCRYPTION) if ($conf->global->PDF_SECURITY_ENCRYPTION)