From: Martín Marrese Date: Thu, 24 Jul 2003 18:02:16 +0000 (+0000) Subject: - Si el agente no es de planta entonces la funcion getOtrosDatos() devuelve false. X-Git-Tag: svn_import~363 X-Git-Url: https://git.llucax.com/mecon/meconlib.git/commitdiff_plain/93e324618014f9fa9279e141d39a7f44b091de9e - Si el agente no es de planta entonces la funcion getOtrosDatos() devuelve false. --- diff --git a/lib/MECON/Agente.php b/lib/MECON/Agente.php index 9a7b19d..d763451 100644 --- a/lib/MECON/Agente.php +++ b/lib/MECON/Agente.php @@ -171,8 +171,11 @@ class Agente { $aux['fecha_nac_conyuge'] = $this->datos['fecha_nac_cony']; $aux['tipo_doc_conyuge'] = $this->datos['tipodoc_cony']; $aux['nro_doc_cony'] = $this->datos['nrodoc_cony']; + return $aux; + }else + { + return false; } - return $aux; } // -X2C