Merge branch 'main' into 'feat/catalogo'

Main

See merge request jjimenez/safekat!697
This commit is contained in:
Ignacio Martinez Navajas
2025-04-12 20:21:30 +00:00
26 changed files with 610 additions and 642 deletions

View File

@ -14,7 +14,7 @@ class PaisEntity extends \CodeIgniter\Entity\Entity
"url_erp" => null,
"user_erp" => null,
"key_erp" => null,
"show_erp" => false,
"show_erp" => null,
];
protected $casts = [
"show_erp" => "boolean",