Ignore:
Timestamp:
08/11/09 14:53:15 (15 years ago)
Author:
rodsouza
Message:

Ticket #589 - Alterado cartao na interface do usuario

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/workflow/inc/class.so_orgchart.inc.php

    r1245 r1305  
    11731173                        'value' => ( ! empty( $localInfo['cidade'] ) ? $localInfo['cidade'] : '') ); 
    11741174 
     1175                $outputInfo[] = array( 
     1176                        'name' => 'UF', 
     1177                        'value' => ( ! empty( $localInfo['uf'] ) ? $localInfo['uf'] : '') ); 
     1178 
    11751179                if (!empty($employeeInfo['centro_custo_id'])) 
    11761180                        $costCenterInfo = $orgchart->getCostCenter($employeeInfo['centro_custo_id']); 
Note: See TracChangeset for help on using the changeset viewer.