]> git.llucax.com Git - mecon/meconlib.git/blobdiff - lib/MECON/Agente.php
Corregi un bug producido cuando el agente pedido era contratado.
[mecon/meconlib.git] / lib / MECON / Agente.php
index d763451a247ad2a1f2020293d6fd837ed6a06c18..fff7cbd5220d838de6e192a8bfa59ea016f2f8a5 100644 (file)
@@ -65,7 +65,7 @@ class Agente {
      */
     function getTipo() // ~X2C
   {
-      if(is_null($this->datos['tipo_agente']))
+      if(!in_array('tipo_agente',array_keys($this->datos)))
         return 'CON '.$this->datos['marco_legal'];
       else
         return $this->datos['tipo_agente'];