Ignore:
Timestamp:
12/30/10 11:42:43 (13 years ago)
Author:
eduardoalex
Message:

Ticket #1413 - Ajuste para não usar o contato(compartilhado) que não possua e-mail

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/mobile/inc/class.ui_mobilecc.inc.php

    r3646 r3650  
    361361                        $this->template->set_block('cc_v','buttom'); 
    362362                        $this->template->set_block('cc_v','buttom_use_contact'); 
     363                        $this->template->set_block('cc_v','row_view_operacao'); 
    363364 
    364365                        $email_to = ""; 
     
    506507                                $this->template->set_var('email_to', $email_to); 
    507508                                $this->template->parse("buttom_use","buttom_use_contact"); 
     509                                $this->template->parse("row_operacao","row_view_operacao"); 
     510                        }else if ($params['catalog'] == 'bo_people_catalog'){ 
     511                                $this->template->parse("row_operacao","row_view_operacao"); 
    508512                        } 
    509513 
Note: See TracChangeset for help on using the changeset viewer.