]> git.llucax.com Git - mecon/meconlib.git/commitdiff
- Si el agente no es de planta entonces la funcion getOtrosDatos() devuelve false.
authorMartín Marrese <marrese@gmail.com>
Thu, 24 Jul 2003 18:02:16 +0000 (18:02 +0000)
committerMartín Marrese <marrese@gmail.com>
Thu, 24 Jul 2003 18:02:16 +0000 (18:02 +0000)
lib/MECON/Agente.php

index 9a7b19df8a095fc86e8dfadd35f7351446d0e553..d763451a247ad2a1f2020293d6fd837ed6a06c18 100644 (file)
@@ -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