Changeset 418


Ignore:
Timestamp:
09/12/08 11:50:47 (16 years ago)
Author:
niltonneto
Message:

Ocorrência #328
Incluir as contas institucionais na busca do Catálogo Geral

File:
1 edited

Legend:

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

    r315 r418  
    726726                                                                                        ), 
    727727                                                                                        1 => array( 
     728                                                                                        'field' => 'contact.account_type', 
     729                                                                                        'type'  => '=', 
     730                                                                                        'value' => 'i' 
     731                                                                                        ), 
     732                                                                                        2 => array( 
    728733                                                                                        'field' => 'contact.account_type', 
    729734                                                                                        'type'  => '=', 
     
    831836                                                                                'value' => 'u' 
    832837                                                                                ), 
     838                                                                                1 => array( 
     839                                                                                'field' => 'contact.account_type', 
     840                                                                                'type'  => '=', 
     841                                                                                'value' => 'i' 
     842                                                                                ), 
    833843                                                                                /*1 => array( 
    834844                                                                                'field' => 'contact.account_type', 
     
    836846                                                                                'value' => 'g' 
    837847                                                                                ),*/ 
    838                                                                                 1 => array( 
     848                                                                                2 => array( 
    839849                                                                                'field' => 'contact.account_type', 
    840850                                                                                'type'  => '=', 
     
    11921202 
    11931203                                        //      If contact is a public list, then load the forwarding addresses. 
    1194                                                 if($contact['account_type'][0] == 'l') 
     1204                                                if($contact['account_type'][0] == 'l' || $contact['account_type'][0] == 'i') 
    11951205                                                        $final[3][$i][7] = array(); 
    11961206 
Note: See TracChangeset for help on using the changeset viewer.