Ignore:
Timestamp:
06/14/12 18:07:50 (12 years ago)
Author:
eduardow
Message:

Ticket #2851 - Novos campos no organograma - Workflow.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.4/workflow/inc/class.ui_userinterface.inc.php

    r3167 r6503  
    170170                } 
    171171 
     172                //Verifica a permissão do usuário 
     173                $so->_checkAccess($organizationID); 
     174 
    172175                /* make the array flat (for a simpler handling) */ 
    173176                $flatAreas = array(); 
     
    184187                        } 
    185188                        unset($currentArea['children']); 
    186  
     189                         
    187190                        $employees = $so->getAreaEmployees($currentArea['area_id'], $organizationID); 
    188191                        if (is_array($employees)) 
Note: See TracChangeset for help on using the changeset viewer.