fix show form cosido in ot task

This commit is contained in:
amazuecos
2025-05-05 07:53:36 +02:00
parent 058857e51b
commit 46176adc70
6 changed files with 21 additions and 26 deletions

View File

@ -36,6 +36,6 @@ class TarifaManipuladoEntity extends \CodeIgniter\Entity\Entity
public function isCosido(): bool
{
return in_array($this->attributes['id'], [3, 17]);
return in_array($this->attributes['id'], [2, 3, 17, 45]);
}
}