Ignore:
Timestamp:
02/23/10 15:28:20 (14 years ago)
Author:
pedroerp
Message:

Ticket #441 - Corrigindo erro de lógica em algumas consultas.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/workflow/js/orgchart/organization.js

    r2042 r2056  
    884884 
    885885                                // get the list of substitutions 
    886                                 objSubstitution.generateUpdateTable({'organization_id': organizationID, 'area_id': $(area_id).value}, divLB); 
     886                                objSubstitution.generateUpdateTable({'organizacao_id': organizationID, 'area_id': $(area_id).value}, divLB); 
    887887                        } 
    888888                        objArea.list(info_callback, {'organizacao_id': organizationID, 'area_id': $(area_id).value}); 
Note: See TracChangeset for help on using the changeset viewer.