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

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";
}
}