diff --git a/agility/modules/rfec/config.php b/agility/modules/rfec/config.php index 2b06bec05..67d377001 100644 --- a/agility/modules/rfec/config.php +++ b/agility/modules/rfec/config.php @@ -20,10 +20,10 @@ function __construct() { 'ListaGrados' => array ( '-' => 'Sin especificar', 'Baja' => 'Baja temporal', - 'GI' => 'Iniciacion', - 'GII'=> 'Competicion', + 'GI' => '1-Promocion', + 'GII'=> '2-Competicion', 'GIII' => 'Grado III', // no existe - 'P.A.' => 'Promocion', + 'P.A.' => '0-Iniciacion', 'P.B.' => 'Perro en Blanco', 'Ret.' => 'Retirado', ),