Ignore:
Timestamp:
09/23/10 10:14:52 (14 years ago)
Author:
eduardoalex
Message:

Ticket #1251 - Commit principal com adição da melhoria no módulo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/contactcenter/inc/class.bo_contactcenter.inc.php

    r3211 r3282  
    300300                                                        // Necessary for the new way the catalog tree is built at initialization 
    301301                                                        $new_branch['name'] = $branch['name']; 
    302                                                         $new_branch['external'] = $branch['external']; 
     302                                                        $new_branch['external'] = $this->tree['branches'][$id]['external']; 
    303303                                                        $branch = $new_branch; 
    304304                                                } 
Note: See TracChangeset for help on using the changeset viewer.