X-Git-Url: https://git.llucax.com/mecon/meconlib.git/blobdiff_plain/6a5d60ab6ce03a168256c9b77ad1fd3166d50c14..3cc75c9973fbeb7bc99ddb7befa6f5199d3680d1:/lib/MECON/Agente.php 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