This commit is contained in:
KANE LAZENI 2025-12-11 09:45:56 +00:00
parent f489192767
commit a195d1b38a

View File

@ -598,7 +598,7 @@
$photoAssureCrypte = $photo; $photoAssureCrypte = $photo;
} }
/*
var_dump var_dump
( (
array( array(
@ -606,6 +606,7 @@
) )
); );
*/
$prestationPossible = $this->nettoyer($beneficiaire['prestationPossibleEncaissement']); $prestationPossible = $this->nettoyer($beneficiaire['prestationPossibleEncaissement']);
$impaye = ($prestationPossible=="0") ? 1 : 0; $impaye = ($prestationPossible=="0") ? 1 : 0;