Comment 2 for bug 849032

Revision history for this message
Carl Leitner (litlfred) wrote :

In the main iHRIS Manage code, the employee_status data is defined in the Search Module see lines 21-55:
http://bazaar.launchpad.net/~intrahealth+informatics/ihris-manage/4.0-dev/view/head:/modules/ManageCustomReports/Reports/SearchPeople/SearchPeople.xml#L21

The PMORALG customizations have their own search report which conflicts with the manage search report. because of this, the manage search report module never gets loaded with the employee status.

The solution is to create a module "pmoralg_employee_status_data" which contains lines 21-55 above. The pmorlag search report module should then require this pmoralg_employee_status_data.

Please let me know if more explanation/help is needed.