Ignore:
Timestamp:
05/21/08 16:56:17 (16 years ago)
Author:
rafaelraymundo
Message:

Vide Trac - #197, #166, #198, #199

  1. Correção de problema na leitura do arquivo configuração.
  2. Permissão do click2dial também no contactcenter.
  3. Visualização de matricula, e nro celular no resultado da pesquisa(se estiverem populados)
  4. Adicionada a leitura a Catálogos Externos
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/contactcenter/inc/class.so_group.inc.php

    r258 r284  
    117117                        'A.id_contact = B.id_contact and B.id_connection = C.id_connection and '. 
    118118                        'C.connection_is_default = true and B.id_typeof_contact_connection = 1 and '. 
    119                         'A.id_owner ='.$this->owner.' order by A.names_ordered,C.connection_value'; 
     119                        'A.id_owner ='.$this->owner.' order by A.names_ordered'; 
    120120 
    121121                                         
Note: See TracChangeset for help on using the changeset viewer.