true/false

This commit is contained in:
Daniel Muñoz Garcia 2021-06-08 19:58:29 +02:00 committed by GitHub
parent 9ce0a4045f
commit 125f922844
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -380,10 +380,10 @@
$descriptions[$key] = $value->getDescription();
$codes[$key] = $value->getCode();
if ($value->getActive() == 0) {
$actives[$key] = "si";
$actives[$key] = "no";
}
else{
$actives[$key] = "no";
$actives[$key] = "si";
}
}